a, a:hover {
    color: #00789B;
}
.blog-slider .flex-caption .title a:hover, .faq .panel .panel-title a, .header h1.logo a:hover, .promo .btn-link, a:focus {
    text-decoration: none;
}
.form-control, .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.btn, .header h1.logo, a.btn {
    font-weight: 700;
}
#topcontrol, .header h1.logo a {
    display: inline-block;
    text-align: center;
}
#topcontrol, .btn, a, a.btn {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
body {
    font-family: Roboto, arial, sans-serif;
    color: #444;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p {
    margin-bottom: 15px;
    line-height: 1.5;
}
a:hover {
    text-decoration: underline;
}
.btn .fa, a.btn .fa {
    color: #FFF;
    margin-right: 5px;
}
.btn-cta, a.btn-cta {
    padding: 8px 30px;
}
#ergebniskmu .btn-cta-primary, .btn-cta-primary:hover, a.btn-cta-primary, a.btn-cta-primary:hover {
    background: #00789B;
    border: 2px solid #00789B;
    color: #FFF;
}
.btn-cta-secondary, a.btn-cta-secondary {
  background: #00789B;
  border: 2px solid #00789B;
  color: #FFF;
}
.btn-cta-secondary:hover, a.btn-cta-secondary:hover {
  background: 0 0;
  border: 2px solid #00789B;
  color: #00789B;
}
.btn-ghost, a.btn-ghost {
    background: 0 0;
    border: 1px solid #FFF;
    color: #FFF !important;
    padding: 8px 20px;
    vertical-align: middle;
}
.btn-ghost:hover, a.btn-ghost:hover {
    background: #4A6781;
    border: 1px solid #4A6781;
    color: #FFF;
}
.btn-ghost .fa, a.btn-ghost .fa {
    margin-right: 10px;
    font-size: 22px;
}
.btn-ghost .text, a.btn-ghost .text {
    position: relative;
    top: -2px;
}
.highlight {
    color: #00789B;
}
.form-control {
    box-shadow: none;
    height: 40px;
    border-color: #EEE;
}
.form-control::-webkit-input-placeholder {
    color: #A6A6A6;
}
.form-control:-moz-placeholder {
    color: #A6A6A6;
}
.form-control::-moz-placeholder {
    color: #A6A6A6;
}
.form-control:-ms-input-placeholder {
    color: #A6A6A6;
}
.form-control:focus {
    border-color: #E1E1E1;
    box-shadow: none;
}
.text-highlight {
    color: #952410;
}
input[type=text], input[type=email], input[type=password], input[type=submit], input[type=button], select, textarea {
    appearance: none;
    -webkit-appearance: none;
}
#topcontrol {
    background: #00789B;
    color: #FFF;
    width: 35px;
    height: 35px;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 30;
}
#topcontrol:hover {
    background: #4BC5D8;
}
#topcontrol .fa {
    position: relative;
    top: 3px;
    font-size: 25px;
}
.video-container iframe {
    max-width: 100%;
}
.header {
    color: #FFF;
    width: 100%;
    position: relative;
    z-index: 40;
    height: 80px;
}
.header.scrolled {
    height: 80px;
    top: 0;
}
.header.scrolled .main-nav .nav .nav-item a {
    color: #666;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.header.scrolled .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
    background: #00789B;
    border-color: #00789B;
}
.header.scrolled .main-nav .nav .dropdown-menu a {
    color: #FFF;
}
.header h1.logo {
    font-family: "Roboto Slab", arial, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    float: left;
}
.header h1.logo a {
    color: #FFF;
    line-height: 1.4;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -ms-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    position: relative;
    font-size: 20px;
    border-radius: 0 0 4px 4px;
}
.fees .control .play-trigger, .why .control .play-trigger {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    text-align: center;
}
.header h1.logo .logo-title {
    vertical-align: middle;
    line-height: 1.6;
}
.header .main-nav {
    margin-top: 15px;
}
/* Vanessa-UPDATE ersetzen Start */
.header .main-nav .navbar-toggle {
    margin-right: 0;
    margin-top: 0;
    background: 0 0;
    position: absolute;
    right: 14px;
    top: 23px;
    border:1px solid #c9c9c9;
}
.header .main-nav .navbar-toggle:focus {
    outline: 0;
}
.header .main-nav .navbar-toggle .icon-bar {
    background-color: #444;
    height: 3px;
}
.header .main-nav .navbar-toggle:hover .icon-bar {
    background-color: #253340;
}
.header .main-nav .nav .nav-item {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 15px;
}
.language-mobile li{
  display:none;
}
.ueberuns-mobile {display:none !important;}
#subnav1 > li > a:hover{color:#00b5cd !important;}
#subnav2 > li > a:hover{color:#007298 !important;}
#subnav3 > li > a:hover{color:rgba(22, 160, 63, 0.8) !important;}

.dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #fff;
}
/* Vanessa-UPDATE ersetzen Ende */
.header .main-nav .nav .nav-item.active .dropdown-menu .sub-active {
    background: #2E4050;
}
.header .main-nav .nav .nav-item.active a {
    color: #E1E1E1;
    background: 0 0;
    font-weight: 700;
}
.header .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
    border: 1px solid #FFF;
    color: #FFF;
    padding: 8px 10px;
    margin-top: 5px;
    font-size: 13px;
}
.header .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary:hover {
    border: 1px solid #00789B;
    background: #00789B;
}
.header .main-nav .nav .nav-item a:hover {
    color: #E1E1E1;
    background: 0 0;
}
.header .main-nav .nav .nav-item a:active, .header .main-nav .nav .nav-item a:focus {
    outline: 0;
    background: 0 0;
}
.header .main-nav .nav .nav-item.active {
    color: #00789B;
}
.header .main-nav .nav .nav-item.last {
    margin-right: 0;
}
.header .main-nav .nav.active {
    position: relative;
}
.header .main-nav .nav.active > a {
    background: #E74124;
    color: #FFF;
    color: rgba(255, 255, 255, 0.8);
}
.header .main-nav .nav.active > a:before {
    content: "\f0d8";
    position: absolute;
    bottom: -8px;
    left: 0;
    text-align: center;
    font-family: FontAwesome;
    display: block;
    font-size: 12px;
    width: 100%;
}
.bg-slider-wrapper, .fees .item .quote .quote-content:before, .nav-tabs:before, .why .item .quote .quote-content:before {
    content: "";
}
.header .main-nav .nav.active > a.dropdown-toggle:before {
    display: none;
}
.header .main-nav .nav.open a {
    background: 0 0;
}
.header .main-nav .nav .dropdown-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    margin: 0;
    border: none;
    text-transform: none;
    min-width: 180px;
    background: #253340;
}
.header .main-nav .nav .dropdown-menu a {
    padding: 8px 20px;
    color: #FFF !important;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    font-weight: 400 !important;
}
.header .main-nav .nav .dropdown-menu a:hover {
    background: #fff;
    color: #FFF;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: 0 0;
}
.bg-slider-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 780px;
    background: #373737;
}
.bg-slider-wrapper .flexslider {
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.bg-slider-wrapper .flexslider .slide {
    display: block;
    height: 780px;
}
.bg-slider-wrapper .flexslider .slide.slide-1 {
    background: url(../images/background/bg-header-1-s.jpg) 50% top no-repeat #4C394F;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-slider-wrapper .flexslider .slide.slide-geld-leihen {
    background: url(../images/background/bg-header-geld-leihen.jpg) 50% top no-repeat #253340;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-slider-wrapper .flexslider .slide.slide-geld-anlegen {
    background: url(../images/background/bg-header-geld-anlegen.jpg) 50% top no-repeat #253340;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-slider-wrapper .flexslider .slide.slide-2 {
    background: url(../images/background/bg-header-2.jpg) 50% top no-repeat #253340;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-slider-wrapper .flexslider .slide.slide-3 {
    background: url(../images/background/bg-header-3.jpg) 50% top no-repeat #253340;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-slider-wrapper .flexslider .flex-control-nav {
    z-index: 30;
    bottom: 30px;
    position: relative;
}
.bg-slider-wrapper .flexslider .flex-control-nav li a {
    background: #999;
}
.bg-slider-wrapper .flexslider .flex-control-nav li a.flex-active {
    background: #BFBFBF;
}
.headline-bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 500px;
    background: url(../images/background/bg-header-small-1.jpg) 50% top no-repeat #253340;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.fees .item .quote, .promo, .sections-wrapper {
    position: relative;
}
.headline-bg.pricing-headline-bg {
    background-image: url(../images/background/bg-header-small-2.jpg);
}
.headline-bg.contact-headline-bg {
    background-image: url(../images/background/bg-header-small-3.jpg);
}
.headline-bg.cashare-headline-bg {
    background-image: url(../images/background/bg-header-small-cashare.jpg);
}
.headline-bg.xmas-headline-bg {
    background-image: url(../images/background/bg-header-xmas.jpg);
}
.headline-bg.about-headline-bg {
    background-image: url(../images/background/bg-header-small-4.jpg);
}
.headline-bg.jobs-headline-bg {
    background-image: url(../images/background/bg-header-small-6.jpg);
}
.headline-bg.gtc-headline-bg {
    background-image: url(../images/background/bg-header-small-7.jpg);
}
.headline-bg.security-headline-bg {
    background-image: url(../images/background/bg-header-small-8.jpg);
}
.headline-bg.data_protection-headline-bg {
    background-image: url(../images/background/bg-header-small-9.jpg);
}
.headline-bg.imprint-headline-bg {
    background-image: url(../images/background/bg-header-small-10.jpg);
}
.headline-bg.partner-headline-bg {
    background-image: url(../images/background/bg-header-small-11.jpg);
}
.headline-bg.press-headline-bg {
    background-image: url(../images/background/bg-header-small-12.jpg);
}
.headline-bg.statistics-headline-bg {
    background-image: url(../images/background/bg-header-small-13.jpg);
}
.headline-bg.personalloan-headline-bg {
    background-image: url(../images/background/bg-header-small-14.jpg);
}
.headline-bg.smeloan-headline-bg {
    background-image: url(../images/background/bg-header-small-15.jpg);
}
.headline-bg.studentloan-headline-bg {
    background-image: url(../images/background/bg-header-small-16.jpg);
}
.headline-bg.studentloan-checklist-bg {
    background-image: url(../images/background/bg-header-small-checklist.jpg);
}
.headline-bg.solarloan-checklist-bg {
    background-image: url(../images/background/bg-header-small-solar_checklist.jpg);
}
.headline-bg.borrowerfees-headline-bg {
    background-image: url(../images/background/bg-header-small-17.jpg);
}
.headline-bg.invest-headline-bg {
    background-image: url(../images/background/bg-header-small-18.jpg);
}
.headline-bg.lenderfees-headline-bg {
    background-image: url(../images/background/bg-header-small-22.jpg);
}
.headline-bg.ratings-headline-bg {
    background-image: url(../images/background/bg-header-small-20.jpg);
}
.headline-bg.signuplanding-headline-bg {
    background-image: url(../images/background/bg-header-small-21.jpg);
}
.headline-bg.iinvest-headline-bg {
    background-image: url(../images/background/bg-header-small-23.jpg);
}
.headline-bg.solarloan-headline-bg {
    background-image: url(../images/background/solar-loan-bg.jpg);
}
.headline-bg.hypoloan-headline-bg {
    background-image: url(../images/background/hypo-loan-bg.jpg);
}
.promo {
    padding-top: 120px;
    color: #FFF;
    margin-bottom: 80px;
    height: 620px;
    z-index: 10;
}
.promo .title {
    font-size: 70px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 500;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.promo.section .intro {
    max-width: 600px;
    margin: 0 auto 30px;
}
.promo .btn-cta {
    font-size: 18px;
}
.promo .btn-link {
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: 0.7;
}
.promo .btn-link:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    text-decoration: none;
}
.promo .btn-link:focus {
    outline: 0;
}
.promo .btn-link .fa {
    margin-right: 5px;
    font-size: 18px;
    position: relative;
    top: 2px;
}
.sections-wrapper {
    background: #FFF;
    z-index: 20;
}
.section .intro {
    max-width: 700px;
    margin: 0 auto 60px;
    text-align: center;
    color: #999;
    font-size: 36px;
}
.section-on-bg .title {
    color: #FFF;
}
.section-on-bg .intro {
    color: #FFF;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: 0.8;
}
.fees {
    padding-top: 0;
    padding-bottom: 80px;
}
.fees .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
}
.fees .intro {
    color: #999;
    margin-bottom: 30px;
    font-size: 18px;
}
.fees .item {
    padding: 45px 0;
    border-bottom: 1px solid #EEE;
}
.fees .item.last-item {
    border-bottom: none;
}
.fees .item .title {
    font-size: 26px;
    color: #444;
    margin-top: 0;
    margin-bottom: 15px;
}
.fees .item .desc {
    margin-bottom: 60px;
}
.fees .item .desc .fa {
    margin-right: 5px;
}
.fees .item .quote .quote-profile {
    position: absolute;
    left: 0;
}
.fees .item .quote .quote-content {
    margin-left: 90px;
    background: #F5F5F5;
    border-left: 4px solid #E8E8E8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 14px;
    padding: 15px;
}
.fees .item .quote .quote-content:before {
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #E8E8E8;
    position: absolute;
    left: 80px;
    top: 25px;
}
.fees .item .quote blockquote {
    border-left: none;
    font-style: italic;
    color: #666;
    font-size: 16px;
    padding: 0;
    margin-bottom: 10px;
}
.fees .item .quote .source {
    color: #999;
    font-size: 13px;
    margin-bottom: 0;
}
.fees .item .quote .source a {
    color: #999;
}
.fees .item .quote .source a:hover {
    color: grey;
}
.fees .figure {
    position: relative;
    text-align: center;
}
.fees .figure .figure-caption {
    color: #B3B3B3;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}
.fees .figure .figure-caption a {
    color: #B3B3B3;
}
.fees .figure .figure-caption a:hover {
    color: #00789B;
}
.fees .figure img {
    margin-left: auto;
    margin-right: auto;
}
.fees .control {
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -65px;
}
.fees .control .play-trigger {
    color: #FFF;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    width: 60px;
    height: 60px;
    border: 4px solid #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 auto;
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: 0.9;
    -o-transition: all .4s ease-in-out;
}
.fees .control .play-trigger:active, .fees .control .play-trigger:focus {
    outline: 0;
}
.fees .control .play-trigger:hover {
    color: #FFF;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
}
.fees .control .play-trigger:hover .fa {
    cursor: pointer;
}
.fees .control .play-trigger .fa {
    font-size: 26px;
    position: relative;
    left: 2px;
}
.fees .feature-lead .title {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 15px;
}
.why {
    padding-top: 60px;
}
.why .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom:30px;
}
.why .intro {
    color: #999;
    margin-bottom: 30px;
    font-size: 18px;
}
.why .item {
    padding: 45px 0;
    border-bottom: 1px solid #EEE;
}
.why .item.last-item {
    border-bottom: none;
}
.why .item .title {
    font-size: 26px;
    color: #444;
    margin-top: 0;
    margin-bottom: 15px;
}
.why .item .desc {
    margin-bottom: 60px;
}
.why .item .desc .fa {
    margin-right: 5px;
}
.why .item .quote {
    position: relative;
}
.why .item .quote .quote-profile {
    position: absolute;
    left: 0;
}
.why .item .quote .quote-content {
    margin-left: 90px;
    background: #F5F5F5;
    border-left: 4px solid #E8E8E8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 14px;
    padding: 15px;
}
.why .item .quote .quote-content:before {
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #E8E8E8;
    position: absolute;
    left: 80px;
    top: 25px;
}
.why .item .quote blockquote {
    border-left: none;
    font-style: italic;
    color: #666;
    font-size: 16px;
    padding: 0;
    margin-bottom: 10px;
}
.why .item .quote .source {
    color: #999;
    font-size: 13px;
    margin-bottom: 0;
}
.why .item .quote .source a {
    color: #999;
}
.why .item .quote .source a:hover {
    color: grey;
}
.why .figure {
    position: relative;
    text-align: center;
}
.why .figure .figure-caption {
    color: #B3B3B3;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}
.why .figure .figure-caption a {
    color: #B3B3B3;
}
.why .figure .figure-caption a:hover {
    color: #00789B;
}
.why .figure img {
    margin-left: auto;
    margin-right: auto;
}
.why .control {
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -65px;
}
.why .control .play-trigger {
    color: #FFF;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    width: 60px;
    height: 60px;
    border: 4px solid #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 auto;
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: 0.9;
    -o-transition: all .4s ease-in-out;
}
.why .control .play-trigger:active, .why .control .play-trigger:focus {
    outline: 0;
}
.why .control .play-trigger:hover {
    color: #FFF;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
}
.why .control .play-trigger:hover .fa {
    cursor: pointer;
}
.why .control .play-trigger .fa {
    font-size: 26px;
    position: relative;
    left: 2px;
}
.why .feature-lead .title {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 15px;
}
.testimonials {
    background: #F5F5F5;
    padding-top: 60px;
    padding-bottom: 120px;
}
.testimonials .carousel-indicators {
    bottom: -60px;
    z-index: auto;
}
.testimonials .carousel-indicators li {
    background: #CCC;
    border: none;
    margin: 1px;
}
.testimonials .carousel-indicators li.active {
    background: #00789B;
    border: none;
    width: 10px;
    height: 10px;
    margin: 1px;
}
.press .title, .testimonials .title {
    margin-bottom: 60px;
    font-weight: 300;
}
.testimonials .title {
    font-size: 36px;
    margin-top: 0;
}
.testimonials .item .profile {
    position: absolute;
    left: 0;
}
.testimonials .item .content {
    padding-left: 210px;
    height: 200px;
}
.testimonials .item blockquote {
    font-size: 20px;
    font-weight: 300;
    border-left: 0;
    padding: 0;
    position: relative;
}
.testimonials .item blockquote .fa {
    position: absolute;
    color: #5989BB;
    font-size: 22px;
    left: -45px;
}
.testimonials .item .source {
    color: #00789B;
}
.testimonials .item .source .title {
    font-size: 16px;
    color: #666;
}
.press {
    padding-top: 80px;
    padding-bottom: 80px;
}
.press .title {
    font-size: 36px;
    margin-top: 0;
}
.press .press-list {
    margin-bottom: 15px;
    text-align: center;
}
.press .press-list.last {
    margin-bottom: 60px;
}
.press .press-list li {
    display: block;
    height: 80px;
}
.press .press-list li img {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: 0.6;
}
.press .press-list li:hover img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.press .press-lead .title {
    font-size: 18px;
    margin-bottom: 15px;
}
.cta-section {
    background: url(../images/background/bg-footer-1.jpg) left top no-repeat #253340;
    background-size: cover;
    min-height: 420px;
    color: #FFF;
    padding-top: 120px;
    border: none;
}
.features-video iframe, .pricing .item {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.cta-section.pricing-cta-section {
    background-image: url(../images/background/bg-footer-2.jpg);
}
.cta-section.contact-cta-section {
    background-image: url(../images/background/bg-footer-3.jpg);
}
.cta-section .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 45px;
}
.cta-section .btn-cta {
    font-size: 20px;
}
.cta-section .intro {
    margin-bottom: 15px;
    color: #FFF;
}
.cta-section .counting {
    color: #00789B;
    font-weight: 700;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.features-video {
    padding-top: 170px;
    position: relative;
    z-index: 10;
}
.features-video .title {
    font-size: 36px;
    margin-bottom: 60px;
    margin-top: 0;
    color: #FFF;
    font-weight: 300;
}
.features-video .video-container {
    max-width: 800px;
    margin: 0 auto;
}
.features-video iframe {
    background: #FFF;
    padding: 15px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #EEE;
    -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}
.features-tabbed {
    padding-top: 50px;
    padding-bottom: 0;
}
.features-tabbed .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 60px;
}
.features-tabbed .tab-content {
    padding: 60px 30px;
}
.features-tabbed .tab-content .title {
    font-size: 16px;
    color: #F19180;
    font-weight: 700;
    margin-bottom: 30px;
}
.features-tabbed .tab-content .desc {
    margin-bottom: 30px;
    color: #666;
}
.features-tabbed .tab-content .desc ul {
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.features-tabbed .tab-content .desc ul li {
    margin-bottom: 10px;
}
.features-tabbed .tab-content .desc ul .fa {
    color: #00789B;
    margin-right: 5px;
}
.features-tabbed .tab-content .desc blockquote {
    font-style: italic;
    color: grey;
}
.features-tabbed .tab-content .desc .table {
    font-size: 14px;
    padding: 15px 0;
}
.features-tabbed .tab-content .desc .box {
    background: #F5F5F5;
    padding: 30px;
    font-size: 14px;
}
.features-tabbed .tab-content .figure img {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}
.features-tabbed .tab-content .figure .figure-caption {
    color: #B3B3B3;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}
.features-tabbed .tab-content .figure .figure-caption a {
    color: #B3B3B3;
}
.features-tabbed .tab-content .figure .figure-caption a:hover {
    color: #00789B;
}
.nav-tabs {
    border: none;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    position: relative;
}
.nav-tabs:before {
    display: block;
    border-bottom: 1px solid #EEE;
    position: absolute;
    bottom: 0;
}
.nav-tabs > li {
    margin-bottom: -1px;
    position: relative;
    z-index: 1;
    background: #FFF;
    border: 1px solid #EEE;
    border-right: none;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 20%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.nav-tabs > li > a, .steps .step .title .number {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
}
.nav-tabs > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
    color: #999;
    padding: 15px 30px;
    font-size: 14px;
    background: #FAFAFA;
    border: none;
}
.nav-tabs > li > a .fa {
    font-size: 20px;
}
.nav-tabs > li > a:hover {
    background: #F5F5F5;
}
.nav-tabs > li.active {
    border-top-color: #00789B;
    border-bottom-color: #FFF;
}
.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
}
.nav-tabs > li.last {
    border-right: 1px solid #EEE;
}
.nav-tabs > li.active {
    border-top-color: #c82323;
}
#tabkmu {
	border-top: 5px solid #00789B;
}
#tabkmu > .active > a {
    color: #00789B;
    border: none;
}
#tabprivat{
	border-top: 5px solid #00b5cd;
}
.steps {
    background: #F5F5F5;
    padding-top: 40px;
    padding-bottom: 70px;
}
.steps .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
}
.steps .step {
    color: #666;
}
.steps .step .title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}
.steps .step .title .number {
    width: 90px;
    height: 90px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: #00789B;
    border: 5px solid #6B96C2;
    color: #FFF;
    margin: 0 auto 30px;
    padding-top: 25px;
    font-size: 26px;
    font-weight: 700;
    font-family: arial, sans-serif;
}
.pricing .item, .pricing .item .heading {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
}
.steps .step .title .text, .steps .step .title .textinvest {
    color: #00789B;
    font-weight: 700;
    font-size: 22px;
}
.steps .btn-cta-primary {
    margin: 60px auto 0;
    font-size: 20px;
}
.pricing {
    padding: 170px 0 80px;
    position: relative;
    z-index: 10;
}
.pricing .title {
    font-size: 46px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
    color: #FFF;
}
.pricing .intro {
    color: #FFF;
    margin-bottom: 80px;
}
.pricing .item {
    padding: 0;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}
.pricing .item .item-inner, .pricinghome .item {
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.pricing .item.best-buy {
    top: -15px;
    z-index: 11;
    position: relative;
}
.pricing .item.best-buy .item-inner {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.pricing .item.best-buy .item-inner:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.pricing .item.best-buy .heading {
    padding-top: 45px;
}
.pricing .item.best-buy .content {
    padding-bottom: 45px;
}
.pricing .item .item-inner {
    background: #FFF;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    border: 1px solid #EEE;
}
.pricing .item .ribbon .text, .pricinghome .item .ribbon .text {
    text-align: center;
    background-color: #45AB34;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
    text-transform: uppercase;
}
.pricing .item .item-inner:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.faq .panel, .pricinghome .item {
    -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, .05);
}
.pricing .item .heading {
    margin-top: 0;
    padding: 30px 15px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    background-clip: padding-box;
    border-radius: 4px 4px 0 0;
}
.pricing .item .price-figure, .pricinghome .item {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
}
.pricing .item .heading .title {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px dashed #EEE;
    color: #444;
}
.pricing .item .content {
    padding: 0 15px 30px;
    font-size: 14px;
}
.pricing .item .price-figure {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    margin: 0 auto;
}
.pricing .item .price-figure .number {
    font-size: 42px;
    font-weight: 700;
}
.pricing .item .price-figure .unit {
    font-weight: 400;
    color: #B3B3B3;
}
.pricing .item .price-figure .currency {
    top: -12px;
    right: 2px;
    position: relative;
    font-family: arial, sans-serif;
    color: #666;
    font-size: 18px;
}
.pricing .item .ribbon {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 110px;
    height: 110px;
    overflow: hidden;
}
.pricing .item .ribbon .text {
    position: relative;
    left: -8px;
    top: 18px;
    width: 158px;
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
}
.pricing .item .ribbon .text:after, .pricing .item .ribbon .text:before {
    content: '';
    position: absolute;
    bottom: -5px;
    border-top: 5px solid #2E4050;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.pricing .item .ribbon .text:before {
    left: 0;
}
.pricing .item .ribbon .text:after {
    right: 0;
}
.pricing .item .feature-list {
    margin-bottom: 30px;
}
.pricing .item .feature-list li {
    border-bottom: 1px solid #F3F3F3;
    padding: 10px;
}
.pricing .item .feature-list li .fa {
    margin-right: 5px;
    color: #444;
}
.pricing .item .feature-list li.disabled, .pricing .item .feature-list li.disabled .fa {
    color: #999;
}
.pricinghome {
    padding: 170px 0 80px;
    position: relative;
    z-index: 10;
}
.pricinghome .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
    color: #FFF;
}
.pricinghome .intro {
    color: #FFF;
    margin-bottom: 80px;
}
.pricinghome .item {
    padding: 0;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}
.apps-section .content-area .info, .pricinghome .item .item-inner {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.pricinghome .item .heading, .pricinghome .item .item-inner {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
}
.pricinghome .item.best-buy {
    top: -15px;
    z-index: 11;
    position: relative;
}
.pricinghome .item.best-buy .item-inner {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.pricinghome .item.best-buy .item-inner:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.pricinghome .item.best-buy .heading {
    padding-top: 45px;
}
.pricinghome .item.best-buy .content {
    padding-bottom: 45px;
}
.pricinghome .item .item-inner {
    border-radius: 4px;
    background-clip: padding-box;
    position: relative;
    border: 1px solid #EEE;
}
.blog-list .post .post-thumb, .pricinghome .item .heading {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomleft: 0;
}
.pricinghome .item .item-inner:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.pricinghome .item .heading {
    margin-top: 0;
    padding: 30px 15px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topleft: 4px;
    background-clip: padding-box;
    border-radius: 4px 4px 0 0;
}
.pricinghome .item .heading .title {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px dashed #EEE;
    color: #444;
}
.pricinghome .item .content {
    padding: 0 15px 30px;
    font-size: 14px;
}
.pricinghome .item .price-figure {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 auto;
}
.pricinghome .item .price-figure .number {
    font-size: 42px;
    font-weight: 700;
}
.pricinghome .item .price-figure .unit {
    font-weight: 400;
    color: #B3B3B3;
}
.pricinghome .item .price-figure .currency {
    top: -12px;
    right: 2px;
    position: relative;
    font-family: arial, sans-serif;
    color: #666;
    font-size: 18px;
}
.pricinghome .item .ribbon {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 110px;
    height: 110px;
    overflow: hidden;
}
.pricinghome .item .ribbon .text {
    position: relative;
    left: -8px;
    top: 18px;
    width: 158px;
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
}
.pricinghome .item .ribbon .text:after, .pricinghome .item .ribbon .text:before {
    content: '';
    position: absolute;
    bottom: -5px;
    border-top: 5px solid #2E4050;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.pricinghome .item .ribbon .text:before {
    left: 0;
}
.pricinghome .item .ribbon .text:after {
    right: 0;
}
.pricinghome .item .feature-list {
    margin-bottom: 30px;
}
.pricinghome .item .feature-list li {
    border-bottom: 1px solid #F3F3F3;
    padding: 10px;
}
.pricinghome .item .feature-list li .fa {
    margin-right: 5px;
    color: #444;
}
.pricinghome .item .feature-list li.disabled, .pricinghome .item .feature-list li.disabled .fa {
    color: #999;
}
.download-page .headline-bg {
    height: 1200px;
    background: url(../images/background/bg-mobile-headline.jpg) 50% top no-repeat #253340;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.apps-section {
    min-height: 900px;
    padding-top: 160px;
}
.apps-section .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 15px;
    color: #FFF;
}
.apps-section .intro {
    text-align: left;
    margin-bottom: 60px;
}
.apps-section .phone-holder {
    width: 324px;
    height: 651px;
    display: block;
    background: url(../images/mobile/iphone.png) left top no-repeat;
    position: relative;
}
.apps-section .phone-holder .screenshot {
    position: absolute;
    left: 21px;
    top: 75px;
}
.apps-section .content-area .download-list li {
    margin-bottom: 15px;
}
.apps-section .content-area .download-list li .btn {
    width: 220px;
    text-align: left;
}
.apps-section .content-area .info {
    margin-top: 60px;
    margin-bottom: 60px;
    background: rgba(31, 51, 64, 0.8);
    padding: 30px;
    color: #FFF;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.contact-section .contact-form .contact-form-inner, .story-section .story-container-inner {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.apps-section .content-area .info .title {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 400;
}
.faq {
    background: #F5F5F5;
    padding-top: 80px;
    padding-bottom: 120px;
}
.faq .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 60px;
}
.faq .panel {
    background: #FFF;
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}
.faq .panel:hover {
    -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
}
.faq .panel .panel-heading {
    padding: 15px 30px;
}
.faq .panel .panel-body {
    padding: 0 30px 30px;
    color: #666;
}
.faq .panel .panel-title {
    font-weight: 400;
    color: #666;
}
.faq .panel .panel-title .active {
    color: #6B96C2;
}
.faq .panel .panel-title .panel-toggle .fa {
    margin-right: 10px;
    color: #6B96C2;
}
.faq .panel .panel-title:hover .fa {
    color: #00789B;
}
.faq .contact-lead {
    margin-top: 60px;
}
.faq .contact-lead .title {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    color: #999;
}
.contact-section {
    padding: 90px 0 80px;
    position: relative;
    z-index: 10;
}
.contact-section .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
}
.contact-section .intro {
    margin-bottom: 60px;
}
.contact-section .contact-form {
    margin-left: 15px;
    margin-right: 15px;
}
.contact-section .contact-form .contact-form-inner {
    background: #FFF;
    padding: 30px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #EEE;
    -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}
.contact-other-section .other-info li, .map-section .gmap-wrapper {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
}
.contact-section .contact-form .error {
    color: #00789B;
    font-family: arial, sans-serif;
    display: block;
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
    padding-left: 5px;
    font-weight: 300;
}
.contact-other-section .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
}
.contact-other-section .other-info li {
    margin-bottom: 15px;
    padding: 15px 15px 15px 90px;
    position: relative;
    color: #666;
    text-align: left;
    -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    border: 1px solid #EEE;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
}
.config-trigger, .contact-other-section .other-info li .fa {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 4px;
}
.blog-list .post .post-thumb, .contact-other-section .other-info li .fa {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topleft: 4px;
}
.contact-other-section .other-info li a {
    color: #666;
}
.contact-other-section .other-info li a:hover {
    color: #6B96C2;
}
.contact-other-section .other-info li .fa {
    position: absolute;
    left: 0;
    top: 0;
    background: #6B96C2;
    color: #FFF;
    width: 60px;
    height: 100%;
    font-size: 20px;
    padding-top: 15px;
    text-align: center;
    -webkit-border-bottom-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px 0 0 4px;
}
.contact-other-section .other-info li .fa.fa-phone, .contact-other-section .other-info li .fa.fa-twitter {
    font-size: 22px;
}
.contact-other-section .other-info li .fa.fa-map-marker {
    font-size: 22px;
    padding-top: 45px;
}
.map-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.map-section .title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
}
.map-section .gmap-wrapper {
    padding: 10px;
    border: 1px solid #EEE;
    -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
}
.map-section .gmap {
    height: 400px;
    text-align: left;
    font-weight: 400;
}
.map-section .gmap, .map-section .gmap *, .map-section .gmap :after, .map-section .gmap :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.map-section .gmap .title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 5px;
}
.map-section .gmap .gm-style-iw {
    width: 150px;
}
.blog-slider {
    margin-bottom: 60px;
    margin-top: 80px;
    border: none;
    height: 400px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.blog-slider .slide {
    display: block;
    height: 400px;
    background-color: #253340;
}
.blog-slider .slide:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 10;
}
.blog-slider .flex-direction-nav a.flex-prev, .blog-slider:hover .flex-prev {
    left: 5% !important;
}
.blog-slider .slide.slide-1 {
    background: url(../images/blog/post-1.jpg) 50% top no-repeat #253340;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.blog-slider .slide.slide-2 {
    background: url(../images/blog/post-2.jpg) 50% top no-repeat #253340;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.blog-slider .slide.slide-3 {
    background: url(../images/blog/post-3.jpg) 50% top no-repeat #253340;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.blog-slider .slide.slide-4 {
    background: url(../images/blog/post-4.jpg) 50% top no-repeat #253340;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.blog-slider .flex-control-nav {
    bottom: 15px;
    z-index: 10;
}
.blog-slider .flex-control-nav li a {
    background: #5E5E5E;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: 0.8;
}
.blog-slider .flex-control-nav li a.flex-active {
    background: #FFF;
}
.blog-slider .flex-direction-nav a {
    text-shadow: none;
    color: #FFF;
    position: absolute;
    width: 30px;
    height: 50px;
    display: block;
}
.blog-slider .flex-direction-nav a.flex-prev:before {
    content: "";
    text-indent: -9999px;
    background: url(../images/flexslider/carousel-arrow-prev.png) left top no-repeat;
    display: block;
    width: 30px;
    height: 50px;
}
.blog-slider .flex-direction-nav a.flex-next {
    right: 5% !important;
}
.blog-slider .flex-direction-nav a.flex-next:before {
    content: "";
    text-indent: -9999px;
    background: url(../images/flexslider/carousel-arrow-next.png) right top no-repeat;
    display: block;
    width: 30px;
    height: 50px;
}
.blog-slider:hover .flex-next {
    right: 5% !important;
}
.blog-slider .flex-caption {
    padding-top: 90px;
    position: relative;
    z-index: 20;
    text-align: center;
    color: #FFF;
}
.blog-slider .flex-caption a {
    color: #FFF;
}
.blog-slider .flex-caption .title {
    font-size: 42px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 15px;
}
.blog-slider .flex-caption .meta {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: 0.6;
    margin-bottom: 30px;
}
.blog-slider .flex-caption a.more-link {
    color: #FFF;
}
.blog-slider .flex-caption a.more-link:hover {
    color: #00789B;
}
.blog-list .post {
    padding: 0 15px;
    margin-bottom: 30px;
}
.blog-list .post .post-inner {
    padding: 0;
    position: relative;
    border: 1px solid #EEE;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}
.blog-list .post .post-thumb {
    background: #253340;
    overflow: hidden;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px 4px 0 0;
}
.blog-list .post .post-thumb img, .pagination li a {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
}
.blog-list .post .post-thumb img, .config-trigger {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
}
.blog-list .post .post-thumb img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    background-clip: padding-box;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px 4px 0 0;
}
.blog-list .post .post-thumb img:hover, .story-section .team .member .member-inner {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .meta .fa, .blog-list .post .content .meta li .fa {
    margin-right: 5px;
}
.blog-list .post .post-thumb img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: 0.6;
}
.blog-list .post .content {
    padding: 30px 30px 15px;
    color: #666;
}
.blog-list .post .content .post-title {
    margin-top: 0;
    font-size: 18px;
}
.blog-list .post .content .post-title a {
    color: #253340;
}
.blog-list .post .content .post-entry {
    margin-bottom: 15px;
}
.blog-list .post .content .meta {
    font-size: 13px;
    color: #999;
    margin-bottom: 0;
}
.blog-list .post .content .meta ul {
    margin-left: 0;
    border-top: 1px solid #EEE;
    padding-top: 15px;
}
.blog-list .post .content .meta li:first-child {
    padding-left: 0;
}
.blog-list .post .content .meta li a {
    color: #999;
}
.blog-list .post .content .meta li a:hover {
    color: #00789B;
}
.blog-entry-wrapper {
    padding-bottom: 80px;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading {
    margin-bottom: 60px;
    position: relative;
    height: 500px;
    background: url(../images/blog/post-2.jpg) 50% top no-repeat #253340;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFF;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .container {
    position: relative;
    z-index: 11;
    max-width: 700px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 120px;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .title {
    margin-bottom: 30px;
    font-size: 42px;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .meta {
    font-size: 18px;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: 0.8;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .meta a, .blog-entry-wrapper .blog-entry .blog-entry-heading .meta a:hover {
    color: #FFF;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .post-nav-top {
    position: absolute;
    z-index: 11;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 30px;
    margin-bottom: 0;
    font-size: 14px;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .post-nav-top a {
    color: #FFF;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: 0.6;
}
.blog-entry-wrapper .blog-entry .blog-entry-heading .post-nav-top a:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.blog-entry-wrapper .blog-entry .blog-entry-content {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
}
.blog-entry-wrapper .blog-entry .blog-entry-content h1, .blog-entry-wrapper .blog-entry .blog-entry-content h2, .blog-entry-wrapper .blog-entry .blog-entry-content h3, .blog-entry-wrapper .blog-entry .blog-entry-content h4, .blog-entry-wrapper .blog-entry .blog-entry-content h5, .blog-entry-wrapper .blog-entry .blog-entry-content h6 {
    color: #444;
}
.blog-entry-wrapper .blog-entry .blog-entry-content h1.section-heading, .blog-entry-wrapper .blog-entry .blog-entry-content h2.section-heading, .blog-entry-wrapper .blog-entry .blog-entry-content h3.section-heading, .blog-entry-wrapper .blog-entry .blog-entry-content h4.section-heading, .blog-entry-wrapper .blog-entry .blog-entry-content h5.section-heading, .blog-entry-wrapper .blog-entry .blog-entry-content h6.section-heading {
    margin-top: 60px;
    margin-bottom: 30px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content ol, .blog-entry-wrapper .blog-entry .blog-entry-content p, .blog-entry-wrapper .blog-entry .blog-entry-content ul {
    margin-bottom: 30px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content ol li, .blog-entry-wrapper .blog-entry .blog-entry-content ul li {
    margin-bottom: 15px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .custom-list-style, .blog-entry-wrapper .blog-entry .blog-entry-content .figure {
    margin-bottom: 30px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .figure .figure-caption {
    font-size: 16px;
    color: #999;
    margin-top: 10px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .figure .figure-caption a {
    color: #999;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .figure .figure-caption a:hover {
    color: #00789B;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .custom-list-style li {
    list-style: none;
    margin-bottom: 5px;
}
.blog-entry-wrapper .blog-entry .blog-entry-content .custom-list-style li .fa {
    margin-right: 10px;
    color: #00789B;
}
.blog-entry-wrapper .blog-entry .post-nav {
    margin-bottom: 60px;
    margin-top: 60px;
}
.blog-entry-wrapper .blog-entry .post-nav .nav-next {
    float: right;
}
.blog-entry-wrapper .blog-entry .post-nav .nav-next .fa {
    margin-left: 5px;
}
.blog-entry-wrapper .blog-entry .post-nav .nav-previous .fa {
    margin-right: 5px;
}
.blog-entry-wrapper .custom-quote {
    border: none;
    padding: 60px 30px;
    font-family: 'Roboto slab', serif;
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
}
.blog-entry-wrapper .custom-quote p {
    color: #666;
    line-height: 1.6;
}
.blog-entry-wrapper .custom-quote .fa {
    color: #00789B;
    margin-right: 10px;
}
.blog-entry-wrapper .custom-quote .source {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0 !important;
    font-size: 16px;
    text-align: right;
}
.blog-entry-wrapper .custom-quote .source .fa {
    margin-right: 5px;
}
.blog-entry-wrapper .custom-quote .source .name {
    color: #444;
}
.blog-entry-wrapper .custom-quote .source .title {
    font-size: 16px;
    color: #999;
}
.blog-entry-wrapper .box {
    padding: 30px;
    background: #F5F5F5;
}
.blog-page .header-blog {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    background: #FFF;
    height: 80px;
}
.blog-page .header-blog .main-nav .nav .nav-item a {
    color: #666;
}
.blog-page .header-blog .main-nav .nav .nav-item a:hover {
    color: #00789B;
}
.blog-page .header-blog .main-nav .nav .dropdown-menu a {
    color: #FFF;
}
.blog-page .header-blog h1.logo a {
    max-width: inherit;
    background: 0 0;
    color: #00789B;
    padding-left: 0;
    padding-top: 25px;
}
.blog-page .header-blog h1.logo a .sub {
    font-family: Roboto, arial, sans-serif;
    color: #253340;
    font-weight: 300;
}
.blog-page .header-blog .main-nav .nav .nav-item.last {
    margin-right: 40px;
}
.blog-page .header-blog .main-nav .nav .nav-item.last .fa {
    font-size: 16px;
    margin-right: 5px;
}
.blog-category {
    margin-top: 160px;
}
.blog-category .page-title {
    margin-top: 0;
    margin-bottom: 60px;
    font-weight: 300;
    font-size: 36px;
    padding-top: 80px;
}
.blog-category .page-title .fa {
    color: #384D60;
    margin-right: 10px;
    font-size: 30px;
}
.blog-category .blog-list .post .content .post-title {
    font-size: 24px;
}
.blog-category .blog-list .post .content .meta ul {
    border-top: none;
    border-bottom: 1px solid #EEE;
    padding-bottom: 15px;
    padding-top: 5px;
}
.blog-category .blog-category-list .post {
    margin-bottom: 60px;
}
.blog-archive .blog-list .post .content {
    padding-left: 80px;
}
.blog-archive .post {
    position: relative;
}
.blog-archive .post .date-label {
    background: #F5F5F5;
    display: inline-block;
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 13px;
    position: absolute;
    left: 15px;
    top: 30px;
    color: #FFF;
}
.blog-archive .post .date-label .month {
    background: #253340;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    padding: 2px 0;
}
.blog-archive .post .date-label .date-number {
    clear: left;
    display: block;
    padding-top: 5px;
    font-size: 18px;
    font-family: 'open sans', arial, sans-serif;
    font-weight: 500;
    color: #253340;
}
.InterestCalculator__LabelAndInput:after, .Loan_form-row:after, .clearfix:after, .row-col:after {
    clear: both;
}
.story-section {
    padding-top: 90px;
    position: relative;
    z-index: 10;
}
.story-section .title {
    font-size: 36px;
    margin-bottom: 60px;
    margin-top: 60px;
    color: #FFF;
    font-weight: 300;
}
.story-section .story-container-inner {
    max-width: 900px;
    margin: 0 auto;
    background: #FFF;
    padding: 30px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: left;
}
.access-section .form-box .form-box-inner, .story-section .team .member .member-inner {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.story-section .about {
    padding: 30px;
}
.story-section .belife {
    border-color: #6B96C2;
    padding: 15px 30px;
    font-family: 'Roboto slab', serif;
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    margin: 0;
    color: #666;
}
.story-section .press-kit, .story-section .press-kit-text {
    padding-top: 0;
    padding-bottom: 0;
}
.story-section .press-kit .btn, .story-section .press-kit-text .btn {
    margin: 30px 0;
}
.story-section .press-kit .title, .story-section .press-kit-text .title, .story-section .team .title {
    color: #444;
    font-size: 28px;
}
.story-section .team {
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    max-width: 1050px;
}
.story-section .team .member {
    margin-bottom: 30px;
}
.story-section .team .member .member-inner {
    background: #253340;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    text-align: center;
}
.story-section .team .member .member-inner img {
    margin: 0 auto;
}
.story-section .team .member .member-inner:hover img {
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: 0.8;
}
.story-section .team .member .member-inner:hover .social {
    visibility: visible;
}
.story-section .team .member .profile {
    background: #a9a9a9;
    color: #253340;
    text-align: center;
}
.story-section .team .member .profile .info {
    padding: 15px 0;
}
.story-section .team .member .profile .name {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: 0.6;
    font-size: 18px;
}
.story-section .team .member .profile .job-title {
    color: #FFF;
    font-size: 14px;
}
.story-section .team .member .social {
    width: 100%;
    top: 65%;
    position: absolute;
    visibility: hidden;
}
.story-section .team .member .social-list {
    display: inline-block;
    margin: 0 auto;
}
.story-section .team .member .social-list a {
    color: #FFF;
    background: #253340;
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.story-section .team .member .social-list a .fa {
    padding-top: 10px;
    font-size: 18px;
}
.story-section .team .member .social-list a:hover {
    background: #8DA6BD;
}
.story-section .team .member {
    padding-left: 30px;
    padding-right: 30px;
}
.modal.modal-video .modal-dialog {
    width: 760px;
    margin-top: 90px;
}
.modal.modal-video .modal-body {
    padding: 0;
}
.modal.modal-video .modal-header {
    border: none;
    padding: 0;
    position: relative;
}
.modal.modal-video .modal-content {
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.modal.modal-video button.close {
    font-size: 36px;
    font-weight: 300;
    text-shadow: none;
    color: #FFF;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    background: 0 0;
    position: absolute;
    right: 0;
    bottom: 5px;
    z-index: 10;
}
.modal.modal-video button.close:hover {
    color: #00789B;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.modal-backdrop.in {
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: 0.7;
}
.has-full-screen-bg .upper-wrapper {
    background: url(../images/background/bg-screen-1.jpg) 50% top no-repeat #253340;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.has-full-screen-bg.signup-page-solar .upper-wrapper {
    background: url(../images/background/bg-screen-solar.jpg) 50% top no-repeat #253340;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.has-full-screen-bg.signup-page-student .upper-wrapper {
    background: url(../images/background/bg-screen-1.jpg) 50% top no-repeat #253340;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.has-full-screen-bg.signup-page-personal .upper-wrapper {
    background: url(/wp-content/uploads/2025/01/background-2.jpg) 50% top no-repeat #253340;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.has-full-screen-bg.signup-page-sme .upper-wrapper {
    background: url(../images/background/bg-mobile-headline.jpg) 50% top no-repeat #253340;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.has-full-screen-bg.signup-page-investor .upper-wrapper {
    background: url(../images/background/bg-investor-signup.jpg) 50% top no-repeat #253340;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.has-full-screen-bg.login-page .upper-wrapper {
    background: url(../images/background/bg-login-page.jpg) 50% top no-repeat #253340;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.has-full-screen-bg .header h1.logo {
    float: none;
    text-align: center;
}
.has-full-screen-bg .header h1.logoapply {
    float: none;
    text-align: center;
}
.has-full-screen-bg .header h1.logo a {
    margin: 0 auto;
}
.access-section {
    padding: 90px 10px 200px;
}
.access-section .form-box .form-box-inner {
    background: #FFF;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 40px;
}
.access-section .form-box .title {
    font-weight: 300;
    margin-bottom: 60px;
    margin-top: 0;
}
.access-section.signup-section .title {
    margin-bottom: 15px;
}
.access-section.signup-section .intro {
    margin-bottom: 60px;
}
.access-section .form-group {
    position: relative;
}
.access-section .form-group.address:before, .access-section .form-group.dateofbirth:before, .access-section .form-group.email:before, .access-section .form-group.password:before, .form-group.interest:before, .form-group.loanamount:before, .form-group.term:before {
    font-family: FontAwesome;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 10px;
    top: 12px;
    color: #999;
    font-weight: 400;
}
.access-section .form-group.email:before {
    content: "\f007";
}
.access-section .form-group.dateofbirth:before {
    content: "\f1fd";
}
.access-section .form-group.address:before {
    content: "\f124";
}
.form-group.loanamount:before {
    content: "\f135";
}
.form-group.term:before {
    content: "\f017";
}
.form-group.interest:before {
    content: "\f201";
}
.access-section .form-group.password:before {
    content: "\f023";
}
.access-section .form-control {
    padding-left: 30px;
    font-size: 14px;
}
.access-section .form-control::-webkit-input-placeholder {
    color: #999;
}
.access-section .form-control:-moz-placeholder {
    color: #999;
}
.access-section .form-control::-moz-placeholder {
    color: #999;
}
.access-section .form-control:-ms-input-placeholder {
    color: #999;
}
.access-section .social-btns {
    min-height: 250px;
    margin-bottom: 15px;
}
.access-section .social-btns li {
    margin-bottom: 10px;
}
.access-section .social-btns li .btn {
    color: #FFF;
    min-width: 220px;
    text-align: left;
}
.access-section .social-btns li .btn:hover {
    color: #FFF;
}
.access-section .social-btns li .btn .fa {
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    padding-right: 10px;
    width: 30px;
}
.access-section .twitter-btn {
    background: #55ACEE;
}
.access-section .twitter-btn:hover {
    background: #2795E9;
}
.access-section .facebook-btn {
    background: #3B5998;
}
.access-section .facebook-btn:hover {
    background: #2D4373;
}
.access-section .google-btn {
    background: #DD4B39;
}
.access-section .google-btn:hover {
    background: #C23321;
}
.access-section .suisseid-btn {
    background: #E01F18;
}
.access-section .suisseid-btn:hover {
    background: #B50F1B;
}
.access-section .invest-btn {
    background: #00789B;
}
.access-section .invest-btn:hover {
    background: #777EB2;
}
.access-section .privatl-btn {
    background: #00B5CD;
}
.access-section .hypol-btn {
    background: #45AB34;
}
.access-section .privatl-btn:hover {
    background: #21B8BA;
}
.access-section .smel-btn {
    background: #1C84C6;
}
.access-section .smel-btn:hover {
    background: #1B7BB8;
}
.access-section .studentl-btn {
    background: #1AB394;
}
.access-section .studentl-btn:hover {
    background: #19A589;
}
.access-section .solarl-btn {
    background: #45AB34;
}
.access-section .solarl-btn:hover {
    background: #409E30;
}
.access-section .loan-btn {
    background: #49E5C4;
}
.access-section .loan-btn:hover {
    background: #45D8B9;
}
.access-section .linkedin-btn {
    background: #0077B5;
}
.access-section .linkedin-btn:hover {
    background: #0A648F;
}
.access-section .github-btn {
    background: #444;
}
.access-section .github-btn:hover {
    background: #2B2B2B;
}
.access-section .forgot-password {
    font-size: 13px;
    margin-top: 10px;
}
.access-section .forgot-password a {
    color: #999;
}
.access-section .forgot-password a:hover {
    text-decoration: underline;
    color: #00789B;
}
.access-section .divider {
    border-left: none;
    margin-bottom: 30px;
    position: static;
}
.access-section .divider span {
    background: #FFF;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    top: inherit;
    text-transform: uppercase;
    color: #999;
}
.access-section .divider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    background: #E5E5E5;
    height: 1px;
    width: 100%;
}
.access-section .social-btns {
    padding-left: 0;
    text-align: center;
}
.access-section .social-btns .btn {
    min-width: 100%;
}
.access-section .social-btns .social-login {
    display: inline-block;
    margin: 0 auto;
}
.access-section .note {
    color: #999;
    font-size: 13px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.access-section .btn + .note {
    margin: 15px 0;
}
.access-section .remember label {
    font-size: 14px;
    color: #666;
}
.access-section .lead {
    font-size: 14px;
    color: #999;
    margin-top: 30px;
}
.resetpass-section .form-box .title {
    margin-bottom: 30px;
}
.resetpass-section .intro {
    font-size: 16px;
    margin-bottom: 30px;
}
.footer {
    background: #253340;
    color: #FFF;
    padding-top: 40px;
    font-size: 14px;
    position: relative;
    z-index: 20;
}
.footer p {
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: 0.5;
}
.footer .btn-cta, .footer a.btn-cta {
    padding: 9px 10px;
}
.footer .footer-col.links .fa {
    margin-right: 5px;
}
.footer .footer-col.links li {
    margin-bottom: 10px;
}
.footer .footer-col.connect .social {
    margin-bottom: 15px;
    overflow: hidden;
}
.footer .footer-col.connect .social li {
    margin-right: 10px;
}
.footer .footer-col.connect .social li a .fa {
    color: #B3B3B3;
    font-size: 22px;
}
.footer .footer-col.connect .social li a:hover .fa {
    color: #5D80A1;
}
.footer .footer-col.connect .btn-cta-primary, .footer .footer-col.connect .btn-cta-primary:hover {
    background: #4A6781;
    border-color: #4A6781;
}
.footer .footer-col .title {
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: 0.9;
}
.config-panel h5, .footer .download .download-list li {
    margin-bottom: 15px;
}
.footer .footer-col p {
    color: #FFF;
}
.footer .footer-col a {
    color: #6D8DAB;
}
.footer .footer-col a:hover {
    color: #00789B;
}
.footer .footer-col .navbar-form {
    padding-left: 0;
    padding-right: 0;
}
.footer .footer-col .navbar-form .form-control {
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: 0.9;
}
.footer .footer-col .navbar-form .form-control:focus {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.footer .has-divider {
    border-top: 1px solid #2B3B4A;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer .download .download-list li .btn-ghost {
    text-align: left;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: 0.6;
    width: 230px;
}
.footer .download .download-list li .btn-ghost:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.footer .contact p {
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: 0.5;
}
.footer .contact p a {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.footer .contact .fa {
    margin-right: 10px;
    font-size: 20px;
}
.footer .contact .email .fa {
    font-size: 16px;
}
.footer .bottom-bar {
    background: #1E1E1E;
    color: #B3B3B3;
    font-size: 14px;
    padding: 10px 0;
}
.footer .bottom-bar-security {
    background: #FFF;
    color: #444;
    font-size: 16px;
    padding: 10px 0;
}
.footer .bottom-bar .copyright {
    line-height: 1.6;
    text-align: center;
}
.footer .bottom-bar .disclaimer {
    color: #454545;
}
.pagination {
    margin-bottom: 60px;
    font-size: 14px;
    font-family: arial, sans-serif;
    margin-left: auto;
    margin-right: auto;
}
.pagination li a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    border: none;
    margin-right: 5px;
    color: #00789B;
}
.pagination li a:hover {
    color: #DA3518;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #00789B;
    border: none;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #FBE1DC;
    border: none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background: 0 0;
}
.searchbox-icon, .searchbox-submit {
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    top: 0;
    font-size: 16px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 2.4;
    text-align: center;
    cursor: pointer;
    color: #EF7D69;
    background: #FFF;
}
.searchbox-icon:hover {
    color: #E9553B;
}
.searchbox-submit {
    font-size: 14px;
    font-family: arial, sans-serif;
}
.searchbox-container {
    width: 100%;
}
.searchbox-container .searchbox {
    position: relative;
    display: inline-block;
    height: 38px;
    float: right;
    top: -50px;
    right: 0;
    min-width: 38px;
    width: 0;
    overflow: hidden;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
}
.searchbox-container .searchbox.searchbox-open {
    width: 100%;
}
.searchbox-container .searchbox.searchbox-open .searchbox-icon, .searchbox-container .searchbox.searchbox-open .searchbox-submit {
    background: #00789B;
    color: #FFF;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 4px 4px 0;
}
.searchbox-container .searchbox .searchbox-input {
    position: absolute;
    top: 0;
    right: 0;
    outline: 0;
    background: #F5F5F5;
    border: 1px solid #EEE;
    width: 100%;
    height: 38px;
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
}
.searchbox-container .searchbox .searchbox-input::-webkit-input-placeholder {
    color: #A6A6A6;
}
.searchbox-container .searchbox .searchbox-input:-moz-placeholder {
    color: #A6A6A6;
}
.searchbox-container .searchbox .searchbox-input::-moz-placeholder {
    color: #A6A6A6;
}
.searchbox-container .searchbox .searchbox-input:-ms-input-placeholder {
    color: #A6A6A6;
}
.ie8 .pricing .item .ribbon, .ie9 .pricing .item .ribbon {
    top: 0;
    right: 0;
    height: 60px;
}
.ie8 .pricing .item .ribbon .text, .ie9 .pricing .item .ribbon .text {
    position: static;
    font-size: 13px;
    width: auto;
    padding: 5px;
}
.ie8 .pricing .item .ribbon .text:after, .ie8 .pricing .item .ribbon .text:before, .ie9 .pricing .item .ribbon .text:after, .ie9 .pricing .item .ribbon .text:before {
    display: none;
}
.config-wrapper {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 100;
}
.config-wrapper-inner {
    position: relative;
}
.config-trigger {
    display: block;
    position: absolute;
    left: -36px;
    width: 36px;
    height: 36px;
    background: #F5F5F5;
    color: #FFF;
    text-align: center;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px 0 0 4px;
}
.config-trigger:hover {
    text-decoration: none;
}
.config-trigger:hover .fa {
    color: #253340;
}
.config-trigger .fa {
    font-size: 22px;
    padding-top: 8px;
    display: block;
    color: #2B2B2B;
}
.config-panel {
    width: 170px;
    display: none;
    background: #F5F5F5;
    padding: 15px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 0 0 4px;
}
.config-panel #color-options {
    margin-bottom: 10px;
}
.config-panel #color-options li {
    padding-right: 0;
}
.config-panel #color-options li a {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
}
.config-panel #color-options li a:hover {
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: 0.9;
    border: 2px solid rgba(0, 0, 0, 0.8);
}
.config-panel #color-options li.active a {
    border: 2px solid #000;
}
.config-panel #color-options li.theme-1 a {
    background: #00789B;
}
.config-panel #color-options li.theme-2 a {
    background-color: #28A5A8;
}
.config-panel #color-options li.theme-3 a {
    background-color: #497CB1;
}
.config-panel #color-options li.theme-4 a {
    background-color: #F89D29;
}
.config-panel #color-options li.theme-5 a {
    background-color: #34495E;
}
.config-panel #color-options li.theme-6 a {
    background-color: #47C9AF;
}
.config-panel #color-options li.theme-7 a {
    background-color: #A06081;
}
.config-panel #color-options li.theme-8 a {
    background-color: #96A94B;
}
.config-panel #color-options li.theme-9 a {
    background-color: #F06060;
}
.config-panel #color-options li.theme-10 a {
    background-color: #737F97;
}
.config-panel .close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #FFF;
}
.config-panel .close .fa {
    color: #253340;
}
.modal-header.blue_bg {
    background: #00789B;
}
.modal-header.blue_bg h4.modal-title {
    color: #FFF;
}
@media (max-width: 767px) {
    .blog-page .header-blog .main-nav .nav .nav-item a, .blog-page .header.navbar-fixed-top .main-nav .nav .nav-item a, .searchbox-icon:hover, .searchbox-submit:hover {
        color: #FFF;
    }
    #desktopview {
        display: none;
    }
    .nav-lang-mobileview {
        display: block;
    }
    .config-wrapper {
        display: none;
    }
    #topcontrol {
        display: none !important;
    }
    .header .main-nav .nav .dropdown-menu:before, .searchbox-icon {
        display: none;
    }
    .header h1.logo {
        float: none;
        margin: inherit;
        text-align: center;
    }
    .header h1.logo a {
        margin: 0 auto;
    }
    .header h1.logoapply {
        float: none;
        margin: inherit;
        text-align: center;
    }
    .header h1.logoapply a {
        margin: 0 auto;
    }
    .header.header-fixed, .header.navbar-fixed-top {
        position: relative;
    }
    .navbar-collapse {
        border-top: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
        left: 0;
        top: 90px;
        position: absolute;
        background: #253340;
        z-index: 45;
    }
    .navbar-collapse .nav {
        margin: 0;
    }
    .login-page .form-box .title, .pricing .intro, .signup-page .form-box .intro {
        margin-bottom: 45px;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: inherit;
    }
    .has-full-screen-bg.access-page .upper-wrapper {
        background: #384D60;
    }
    .access-section {
        padding-top: 15px;
    }
    .bg-slider-wrapper + .section, .headline-bg + .section {
        padding-top: 45px;
    }
    .features-video iframe {
        padding: 5px;
    }
    .access-section {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 60px;
    }
    .section .intro {
        font-size: 16px;
    }
    .promo {
        height: 420px;
    }
    .why .item .content {
        margin-bottom: 60px;
    }
    .why .control {
        top: 58px;
        margin-left: -30px;
    }
    .why .item .title {
        margin-bottom: 30px;
        text-align: center;
    }
    .testimonials .item .profile {
        position: static;
        margin: 0 auto 30px;
        text-align: center;
    }
    .testimonials .item .content {
        padding-left: 60px;
    }
    .testimonials .item blockquote {
        font-size: 18px;
    }
    .pricing .item.best-buy {
        position: static;
        z-index: inherit;
    }
    .nav-tabs > li > a {
        padding: 10px 5px;
    }
    .apps-section .phone-holder {
        -webkit-background-size: 280px auto;
        -moz-background-size: 280px auto;
        -o-background-size: 280px auto;
        background-size: 280px auto;
    }
    .apps-section .phone-holder .screenshot {
        width: 242px;
        top: 66px;
    }
    .searchbox-container .searchbox {
        width: 100%;
        top: inherit;
        float: none;
        margin-bottom: 30px;
    }
    .searchbox-icon, .searchbox-submit {
        background: #00789B;
        color: #FFF;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-topleft: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border-radius: 0 4px 4px 0;
    }
    .main-nav .navbar-collapse .navbar-nav {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .blog-page .header-blog {
        position: relative;
    }
    .blog-page .header h1.logo {
        float: left;
        margin: inherit;
    }
    .blog-page .header h1.logoapply {
        float: left;
        margin: inherit;
    }
    .blog-page .header .main-nav .navbar-toggle {
        margin-bottom: 0;
        top: 20px;
    }
    .blog-page .header .main-nav .navbar-toggle .icon-bar {
        background-color: #384D60;
    }
    .blog-page .header .main-nav .navbar-toggle:hover .icon-bar {
        background-color: #253340;
    }
    .blog-category, .blog-page .flexslider {
        margin-top: 0;
    }
    .blog-page .navbar-collapse {
        top: 80px;
    }
    .blog-slider .flex-caption .title {
        font-size: 36px;
    }
    .searchbox-container .searchbox .searchbox-input {
        position: static;
    }
    .footer-col {
        margin-bottom: 30px;
    }
    .footer-col .form-control {
        width: auto;
    }
    .footer .footer-col .navbar-form {
        padding-left: 15px;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .footer .footer-col .navbar-form .form-control {
        display: inline-block;
    }
    .modal.modal-video .modal-dialog {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .story-section .about, .story-section .team {
        padding: 0;
    }
    .download-page .headline-bg {
        height: 1600px;
    }
    .story-section .belife {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 768px) {
    .blog-page .header-blog, .header.navbar-fixed-top {
        position: relative;
    }
    .header h1.logo, .navbar-collapse.collapse, .why .item .title {
        text-align: center;
    }
    .main-lang-nav {
        margin: 15px 0 10px !important;
    }
    #desktopview {
        display: block;
    }
    .config-wrapper, .nav-lang-mobileview {
        display: none;
    }
    .header {
        height: inherit;
    }
    .header.scrolled {
        height: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .header.scrolled .main-nav .nav .nav-item a {
        color: #FFF;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
    .header.scrolled .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
        background: inherit;
        border-color: inherit;
    }
    .header.scrolled .main-nav .nav .dropdown-menu a {
        color: #FFF;
    }
    .blog, .blog-slider {
        margin-top: 0;
    }
    .header h1.logo {
        float: none;
    }
    .header h1.logo a {
        margin: 0 auto;
    }
    .header h1.logoapply {
        float: none;
    }
    .header h1.logoapply a {
        margin: 0 auto;
    }
    .header .main-nav .nav .nav-item {
        margin-right: 10px;
    }
    .main-nav.navbar-right {
        float: none !important;
    }
    .blog-page .main-nav.navbar-right {
        float: right !important;
    }
    /* Vanessa-UPDATE ersetzen Start */
    .navbar-collapse.collapse .navbar-nav {
        text-align:left;
    }
    /* Vanessa-UPDATE ersetzen Ende*/
    .blog-page .header h1.logo {
        float: left;
        margin: inherit;
    }
    .blog-page .header h1.logoapply {
        float: left;
        margin: inherit;
    }
    .promo {
        height: 420px;
        padding-top: 80px;
    }
    .promo.section .intro {
        margin-bottom: 30px;
    }
    .promo .btn-link {
        margin-top: 15px;
    }
    .why .item .content {
        margin-bottom: 60px;
    }
    .footer-col, .why .item .title {
        margin-bottom: 30px;
    }
    .why .control {
        top: 128px;
        margin-left: -45px;
    }
    .apps-section .phone-holder {
        -webkit-background-size: 280px auto;
        -moz-background-size: 280px auto;
        -o-background-size: 280px auto;
        background-size: 280px auto;
    }
    .apps-section .phone-holder .screenshot {
        width: 242px;
        top: 66px;
    }
    .modal.modal-video .modal-dialog {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .access-page .navbar-collapse.collapse .navbar-nav {
        display: none;
    }
    .features-video, .pricing {
        padding-top: 90px;
    }
    .apps-section {
        padding-top: 80px;
    }
    .story-section {
        padding-top: 90px;
    }
    .contact-section {
        padding-top: 45px;
    }
}
@media (min-width: 992px) {
    .config-wrapper {
        display: block;
    }
    .header.navbar-fixed-top {
        position: fixed;
    }
    .header.scrolled h1.logo a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        color: #00789B;
        background: #FFF;
        padding-left: 0;
        display: none;
    }
    .header.scrolled .main-nav .nav .nav-item a {
        color: #666;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
    .header.scrolled .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
        background: #00789B;
        border-color: #00789B;
    }
    .header.scrolled .main-nav .nav .dropdown-menu a {
        color: #FFF;
    }
    .main-nav {
        float: right !important;
    }
    .navbar-form .form-control {
        width: 280px;
    }
    .header .logo {
        float: left;
        margin: inherit;
    }
    .main-nav.navbar-right {
        float: right !important;
    }
    .promo {
        height: 620px;
        padding-top: 200px;
    }
    .promo.section .intro {
        margin-bottom: 45px;
    }
    .promo .btn-link {
        margin-top: 15px;
    }
    .blog-entry-wrapper, .blog-page .blog-archive, .blog-page .blog-category, .blog-slider {
        margin-top: 80px;
    }
    .why .item .content {
        margin-bottom: inherit;
    }
    .why .control {
        top: 128px;
        margin-left: -28px;
    }
    .modal.modal-video .modal-dialog {
        width: 760px;
        padding-left: 0;
        padding-right: 0;
    }
    .access-page .navbar-collapse.collapse .navbar-nav {
        display: none;
    }
    .access-section .divider {
        text-align: center;
        margin-bottom: 30px;
        color: #999;
        text-transform: uppercase;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }
    .access-section .social-btns .note, .why .figure {
        text-align: left;
    }
    .access-section .divider span {
        background: #FFF;
        display: inline-block;
        padding: 10px 0;
        position: relative;
        top: 80px;
        margin-left: -10px;
    }
    .access-section .divider:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: #E5E5E5;
        height: 100%;
        width: 1px;
    }
    .bg-slider-wrapper, .blog-page .header-blog {
        position: fixed;
    }
    .access-section .social-btns {
        padding-left: 65px;
    }
    .why .item .title {
        margin-bottom: 15px;
        text-align: left;
    }
    .download-area {
        overflow: hidden;
    }
    .download-area .download-list {
        float: left;
    }
    .download-area .qrcode-holder {
        float: left;
        margin-left: 45px;
        text-align: center;
    }
    .download-area .qrcode-holder .qrcode {
        max-width: 140px;
        margin: 0 auto;
    }
    .download-area .qrcode-holder .qrcode .caption {
        font-size: 12px;
        background: #FFF;
        padding: 0 15px 15px;
        color: #253340;
        font-family: arial, sans-serif;
    }
    .navbar-fixed-top .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }
    .features-video, .pricing {
        padding-top: 170px;
    }
    .pricinghome {
        padding-top: 100px;
    }
    .apps-section {
        padding-top: 160px;
    }
    .story-section-fees {
        padding-top: 0;
    }
    .contact-section {
        padding-top: 125px;
    }
}
.header h1.logo a img {
    border-radius: 0 0 6px 6px;
}
#logo-ce {
    display: none;
}
@media (min-width: 992px) {
    .logo-new {
        display: block !important;
    }
    .header h1#logo-ce {
        float: left;
        margin: inherit;
    }
    .header h1#logo-ce a span {
        color: #00789B;
    }
    .header.scrolled h1.logo-new a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        color: #00789B;
        background: #FFF;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .header h1#logo-ce a {
        margin: 0 auto;
        color: #FFF;
        display: inline-block;
        text-align: center;
        line-height: 1.1;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        -moz-border-radius-topleft: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-transition: color .4s ease-in-out;
        -moz-transition: color .4s ease-in-out;
        -ms-transition: color .4s ease-in-out;
        -o-transition: color .4s ease-in-out;
        position: relative;
        font-size: 28px;
        border-radius: 0 0 4px 4px;
    }
    .header h1#logo-ce {
        text-align: center;
        font-family: "Roboto Slab", arial, sans-serif;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 500;
        font-size: 15px;
        float: left;
    }
}
.nav-custom {
    text-align: center;
    margin: -120px auto 0;
    padding: 17px 0;
    border-radius: 50px;
    height: 72px;
    z-index: 2;
}
.nav-custom li {
    display: -webkit-inline-box;
    background: #FFF;
    border: 1px solid #DDD;
    border-left: none;
    border-radius: 0 50px 50px 0;
}
.nav-custom .active {
    background: #00789B !important;
    border: 1px solid #00789B !important;
    font-weight:bold;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #444;
    cursor: default;
    background-color: #fff;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
    font-weight: bold;
}
.nav-custom li:first-child {
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 50px 0 0 50px;
}
.nav-custom > li + li {
    margin-left: 0;
}
.nav-custom > li.active > a, .nav-custom > li.active > a:focus, .nav-custom > li.active > a:hover {
    background: 0 0;
    border: none;
}
.nav-custom > li > a:focus, .nav-custom > li > a:hover {
    background: 0 0;
    color: #00789B;
}
.nav-custom > li > a {
    font-size: 16px;
    padding: 14px 60px;
    text-transform: uppercase;
    font-weight: 500;
}
.custom-slider .item {
    padding: 0;
    border: none;
}
.vertical .carousel-inner {
    height: 100%;
}
.carousel-inner.vertical .item {
    -webkit-transition: .6s ease-in-out top;
    -moz-transition: .6s ease-in-out top;
    -ms-transition: .6s ease-in-out top;
    -o-transition: .6s ease-in-out top;
    transition: 0.6s ease-in-out top;
    left: 0;
}
.carousel-inner.vertical .active {
    top: 0;
}
.carousel-inner.vertical .next {
    top: 400px;
}
.carousel-inner.vertical .prev {
    top: -400px;
}
.carousel-inner.vertical .next.left, .carousel-inner.vertical .prev.right {
    top: 0;
}
.carousel-inner.vertical .active.left {
    top: -400px;
}
.carousel-inner.vertical .active.right {
    top: 400px;
}
.custom-slider ol li.active {
    background: #00789B;
    width: 10px;
    height: 10px;
}
.custom-slider ol li {
    display: block;
    margin: 5px 0;
    background: #CCC;
}
.custom-slider ol {
    bottom: 0;
    right: -40px;
    top: 42%;
    margin-left: 0;
    width: auto;
    left: auto;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    .nav-custom li, .nav-custom li:first-child, .nav-custom>li.active>a, .nav-custom>li.active>a:focus, .nav-custom>li.active>a:hover {
        border-radius: 0;
    }
    .header h1.logo a img {
        width: 170px;
    }
	.header h1.logoapply a img {
        width: 170px;
		height: 64px;
    }
    .custom-slider ol {
        bottom: -40px;
        right: auto;
        top: auto;
        left: 50%;
        margin-left: -30px;
        width: auto;
    }
    .custom-slider ol li {
        display: inline-flex;
    }
    .nav-custom {
        width: 100%;
        background: 0 0;
        box-shadow: none;
    }
    .fixedMIelement {
        margin-left: -50% !important;
    }
    .nav-custom li {
        background-color: #FFF;
        width: 100%;
        border-left: 1px solid #DDD;
    }
    .nav-custom li a {
        width: 100%;
        text-align: center;
    }
    .nav-custom > li + li {
        margin-left: 0;
    }
    #exTab1 .steps {
        padding: 40px 0;
    }
    #exTab1 .why {
        padding-top: 40px;
    }
    #exTab1 .why .item {
        padding: 40px 0 0;
    }
    #exTab1 .why .item .content {
        margin-bottom: 0;
    }
    #exTab1 .tab-content .title {
        font-size: 32px;
    }
    .figure-new {
        margin-left: 0 !important;
    }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 767px) and (orientation: landscape) {
    .figure-new {
        margin-left: 0 !important;
    }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
    .nav-custom li, .nav-custom li:first-child {
        border-radius: 0;
    }
    .custom-slider ol {
        bottom: -40px;
        right: auto;
        top: auto;
        left: 50%;
        margin-left: -30px;
        width: auto;
    }
    .custom-slider ol li {
        display: inline-flex;
    }
    .nav-custom li {
        border-left: 1px solid #DDD;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .custom-slider ol {
        right: 0;
    }
}
.fixedMIelement {
    position: fixed !important;
    top: 210px;
    z-index: 999;
    -webkit-transition: all .2s;
    transition: all 0.2s;
}
@media screen and (max-width: 991px) {
    .fixedMIelement {
        top: 120px;
    }
}
#exTab1 .tab-content {
    padding: 12px 0 0;
}
#exTab1 .why {
    padding-bottom: 0;
}
#exTab1 .tab-content .figure img {
    box-shadow: none;
}
#exTab1 .tab-content .title {
    font-size: 36px;
    font-weight: 300;
    color: #333;
}
#exTab1 .tab-content .why .item h3.title {
    font-size: 26px;
    color: #444;
    margin-top: 0;
    margin-bottom: 15px;
}
#exTab1 .tab-content .why .feature-lead h4.title {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 15px;
}
.user-tabs > li.active > a:focus, .user-tabs > li.active > a:hover {
    color: #00789B;
}
.figure-new {
    margin-left: 7%;
}
.offer-tab {
    padding: 60px 30px !important;
}
.verticalScrollSection {
    width: 100%;
    float: left;
    margin-top: 60px;
    margin-bottom: 100px;
}
.itemVS {
    float: left;
    width: 100%;
    height: calc(100vh - 80px);
    display: table;
}
.contentVS {
    display: table-cell;
    vertical-align: middle;
}
.download-list-new li {
    margin-bottom: 0 !important;
}
.last_update {
    padding-top: 50px;
    padding-bottom: 0.1em;
}
.last_update p {
    font-family: 'Lato Light';
    font-size: 22px;
    color: #525251;
}
.logo-apply a {
    max-width: none !important;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    .btn-cta-secondary, a.btn-cta-secondary {
        padding: 8px 12px;
    }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
    .press-bg {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1024px) {
    .footer .download .download-list li .btn-ghost {
        width: 270px;
    }
}
#stickyMI-container {
    width: 100%;
    position: absolute;
}
.stickyMI {
    position: absolute;
}
.main-lang-nav {
    margin: 13px 15px 10px;
    font-size: 13px;
}
.language-dropdown, .language-dropdown:focus {
    background: 0 0 !important;
    border: 0;
}
.header .main-lang-nav .nav .language-dropdown {
    padding: 15px 20px;
    color: #FFF !important;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    font-weight: 400 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border: none;
    text-transform: none;
    min-width: 50px;
}
.header .main-lang-nav .nav .dropdown-menu a:hover {
    background: #2E4050;
    color: #FFF;
}
.nav-lang-mobileview {
    float: right;
    position: absolute;
    right: -30px;
    top: 10px;
    width: 50px !important;
    z-index: 10;
}
.nav-lang-mobileview .dropdown-menu {
    width: 50px !important;
    min-width: 50px !important;
}
.nav-lang-mobileview li a {
    padding: 8px 0 4px !important;
    font-size: 13px;
}
.header.scrolled .main-lang-nav .nav .nav-item a.language-dropdown {
    border: 0 solid;
}
.header.scrolled .main-lang-nav .nav .nav-item a {
    color: #666 !important;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.header.scrolled .main-lang-nav .nav .dropdown-menu a:hover {
    color: #FFF !important;
}
.user-tabs > li:nth-child(1).active {
    border-top-color: #00B5CD;
}
.user-tabs > li:nth-child(1).active > a {
    color: #00B5CD;
    box-shadow: inset 0 3px 0 #00B5CD;
}
.personal-loan-start li i {
    color: #00B5CD !important;
    font-size: 24px;
}
.personal-loan-btn {
    background: #00B5CD !important;
    border: 2px solid #00B5CD !important;
}
.hypo-loan-start li i {
    color: #45AB34 !important;
    font-size: 24px;
}
.hypo-loan-btn {
    background: #45AB34 !important;
    border: 2px solid #45AB34 !important;
}
.user-tabs > li:nth-child(2).active {
    border-top-color: #1C84C6;
}
.user-tabs > li:nth-child(2).active > a {
    color: #1C84C6;
    box-shadow: inset 0 3px 0 #1C84C6;
}
.sme-loan {
    color: #1C84C6;
}
.sme-loan-start li i {
    color: #1C84C6 !important;
    font-size: 24px;
}
.sme-loan-btn {
    background: #1C84C6 !important;
    border: 2px solid #1C84C6 !important;
}
.user-tabs > li:nth-child(3).active {
    border-top-color: #1AB394;
}
.user-tabs > li:nth-child(3).active > a {
    color: #1AB394;
    box-shadow: inset 0 3px 0 #1AB394;
}
.user-tabs > li:nth-child(4).active > a {
    color: #45AB34;
    box-shadow: inset 0 3px 0 #45AB34;
}
.student-loan-btn {
    background: #1AB394 !important;
    border: 2px solid #1AB394 !important;
}
.solar-loan-btn {
    background: #45AB34 !important;
    border: 2px solid #45AB34 !important;
}
.student-loan-start li i {
    color: #1AB394 !important;
    font-size: 24px;
}
.solar-loan-start li i {
    color: #45AB34 !important;
    font-size: 24px;
}
/*
.loan-cashare-main {
    width: 70%;
    margin: 0 auto;
}
*/
.loan-cashare-main {
    width: 100%;
    margin: 0 auto;
}
.loan-cashare-main .title span{
    color:#444 !important;
}
.step-loan .title {
    margin-bottom: 5px !important;
}
.personal-tab > li.active {
    border-top-color: #00B5CD;
}
.personal-tab > li.active > a {
    box-shadow: inset 0 3px 0 #00B5CD;
}
.personal-integer, .personal-tab > li.active > a, .personal-tab > li.active > a:focus, .personal-tab > li.active > a:hover {
    color: #00B5CD;
}
.hypo-tab > li.active {
    border-top-color: #45AB34;
}
.hypo-tab > li.active > a {
    box-shadow: inset 0 3px 0 #45AB34;
}
.hypo-integer, .hypo-tab > li.active > a, .hypo-tab > li.active > a:focus, .hypo-tab > li.active > a:hover {
    color: #45AB34;
}
.sme_loan_tab > li.active {
    border-top-color: #1C84C6;
}
.sme_loan_tab > li.active > a {
    box-shadow: inset 0 3px 0 #1C84C6;
}
.sme-integer, .sme_loan_tab > li.active > a, .sme_loan_tab > li.active > a:focus, .sme_loan_tab > li.active > a:hover {
    color: #1C84C6;
}
.sme-loan-step li i {
    color: #1C84C6 !important;
}
.student_loan_tab > li.active {
    border-top-color: #1AB394;
}
.student_loan_tab > li.active > a {
    box-shadow: inset 0 3px 0 #1AB394;
}
.solar_loan_tab > li.active {
    border-top-color: #45AB34;
}
.solar_loan_tab > li.active > a {
    box-shadow: inset 0 3px 0 #45AB34;
}
.student_loan_tab > li.active > a, .student_loan_tab > li.active > a:focus, .student_loan_tab > li.active > a:hover {
    color: #1AB394;
}
.solar_loan_tab > li.active > a, .solar_loan_tab > li.active > a:focus, .solar_loan_tab > li.active > a:hover {
    color: #45AB34;
}
.nav-tabs.solar_loan_tab > li.active {
    border-top-color: #45AB34;
    border-bottom-color: #FFF;
}
.student-integer {
    color: #1AB394;
}
.student_loan_step li i {
    color: #1AB394 !important;
    font-size: 24px;
}
.solar_loan_step li i {
    color: #45AB34 !important;
    font-size: 24px;
}
.carousel-custom {
    overflow: hidden;
    max-height: 500px;
    min-height: 500px;
}
.carousel-custom .item {
    padding: 0;
    border-bottom: none;
}
.carousel-custom .item img {
    max-height: 550px;
}
.carousel-content {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    padding-left: 0;
    margin: 0;
    text-align: left;
    list-style: none;
    z-index: 0;
}
.carousel-content li {
    display: inline-block;
    width: 80%;
    height: auto;
    padding: 20px;
    text-indent: 0;
    margin: 2px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}
.carousel-content .desc, .carousel-content .desc p {
    margin-bottom: 0 !important;
}
.carousel-content .active {
    width: 80%;
    height: auto;
    border: 1px solid #CCC;
    border-radius: 4px;
    margin: 2px;
}
.content-responsive {
    display: none;
}
.home-video {
    width: 720px;
    height: 405px;
}
.apply-text {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: left;
    float: left;
    width: 265px;
}
.apply-text span {
    color: #999;
    font-size: 14px;
    float: left;
}
.apply-cost {
    margin-top: 34px;
}
.dmt-why-loan .step-loan-right {
    float: left;
    width: 75%;
    padding-left: 25px;
    text-align: left;
}
.dmt-why-loan .step img{
  margin-top:0px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    #testimonials-carousel .content .title, .feature-more .title {
        font-size: 16px !important;
    }
    .content-responsive {
        display: block;
    }
    .carousel-content-mi {
        display: none;
    }
    .indicators-custom {
        bottom: 0;
        position: absolute;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
        margin-top: 0;
        margin-bottom: 0;
    }
    .indicators-custom li.active {
        background: #00789B;
        border-radius: 20px;
        width: 12px !important;
        height: 12px !important;
    }
    .indicators-custom li {
        background: #CCC;
        width: 12px !important;
        height: 12px !important;
        padding: 0;
        margin-right: 0 !important;
    }
    .home-video {
        width: 100%;
        height: 405px;
    }
    .loan-cashare-main {
        width: auto;
    }
    .home-item {
        margin-top: 20px;
    }
    .content-slide span {
        margin-bottom: 20px;
        display: inline-block;
    }
    .carousel-custom {
        max-height: 600px;
        min-height: 600px;
    }
    .steps .step-loan {
        padding: 15px 20px !important;
    }
    .step-loan img {
        float: left;
    }
    .step-loan-right {
        float: left;
        width: 85%;
        padding-left: 20px;
        text-align: left;
    }
    .step-loan-right h3 {
        text-align: left !important;
        vertical-align: top;
    }
    .step-loan-right h3 span, .step-loan-right p {
        vertical-align: top;
    }
    #testimonials-carousel .carousel-inner {
        min-height: 520px;
        max-height: 520px;
        overflow: visible;
    }
    .feature-more .title {
        margin-top: 20px;
    }
    .testimonials .carousel-indicators {
        bottom: -40px;
        z-index: auto;
    }
    .apply-text {
        width: 100%;
        overflow: hidden;
    }
    .apply-note {
        width: 100% !important;
    }
}
.invest-write li i, .realestate-write li i {
    font-size: 24px;
}
.hypo-write li i, .realestate-write li i {
    font-size: 24px;
}
.apply-note {
    width: 265px;
}
.nav-custom .active:nth-child(1) {
    background: #49E5C4 !important;
    border: 1px solid #49E5C4 !important;
}
.nav-custom .active:nth-child(2) {
    background: #00789B !important;
    border: 1px solid #00789B !important;
}
.story-section .invest-beklife {
    border-color: #00789B;
}
.invest-tabs > li.active {
    border-top-color: #00789B;
}
.hypo-tabs > li.active {
    border-top-color: #45AB34;
}
.invest-btn, .invest-touch-btn {
    border: 2px solid #00789B !important;
}
.invest-tabs > li.active > a {
    box-shadow: inset 0 3px 0 #00789B;
}
.invest-tabs > li.active > a, .invest-tabs > li.active > a:focus, .invest-tabs > li.active > a:hover {
    color: #00789B;
}
.invest-btn {
    background: #00789B !important;
}
.invest-toggle .fa {
    color: #00789B !important;
}
.faq .panel .panel-title .invest-toggle.active, .invest-toggle:hover {
    color: #00789B;
}
.invest-write li i, .investalt-write li i {
    color: #00789B !important;
}
.hypo-write li i, .investalt-write li i {
    color: #45AB34 !important;
}
.invest-integer {
    color: #00789B;
}
.invest-touch-btn {
    color: #00789B !important;
}
.a.invest-touch-btn:hover, .invest-touch-btn:hover {
    background: #00789B !important;
    color: #FFF !important;
}
.sme-write li i {
    color: #1C84C6 !important;
}
.sme-write-btn {
    background: #1C84C6 !important;
    border: 2px solid #1C84C6 !important;
}
.personal-write li i {
    color: #00B5CD !important;
}
.personal-write-btn {
    background: #00B5CD !important;
    border: 2px solid #00B5CD !important;
}
.hypo-write li i {
    color: #45AB34 !important;
}
.hypo-write-btn {
    background: #45AB34 !important;
    border: 2px solid #45AB34 !important;
}
.student-write li i {
    color: #1AB394 !important;
}
.realestate-write li i, .solar-write li i {
    color: #45AB34 !important;
}
.student-write-btn {
    background: #1AB394 !important;
    border: 2px solid #1AB394 !important;
}
.solar-write-btn {
    background: #45AB34 !important;
    border: 2px solid #45AB34 !important;
}
.carousel-content-mi span {
    float: left;
    width: 15%;
}
.carousel-content-right {
    float: left;
    width: 85%;
}
.carousel-content-right h3 {
    font-size: 1.5em !important;
    margin-bottom: 5px !important;
}
.steps .step-loan {
    padding: 30px 60px 15px;
}
.step-loan img {
    margin: 0 auto;
}
.step-loan h3 span {
    font-size: 24px !important;
    font-weight: 400 !important;
}
.sme-belife {
    border-color: #1C84C6 !important;
}
.sme-toggle .fa {
    color: #1C84C6 !important;
}
.faq .panel .panel-title .sme-toggle.active, .sme-toggle:hover {
    color: #1C84C6;
}
.personal-belife {
    border-color: #00B5CD !important;
}
.personal-toggle .fa {
    color: #00B5CD !important;
}
.hypo-belife {
    border-color: #45AB34 !important;
}
.hypo-toggle .fa {
    color: #45AB34 !important;
}
.faq .panel .panel-title .personal-toggle.active, .personal-toggle:hover {
    color: #00B5CD;}

.faq .panel .panel-title .hypo-toggle.active, .hypo-toggle:hover {
    color: #45AB34;
}
.student-belife {
    border-color: #1AB394 !important;
}
.solar-belife, .student-belife.solar-belife {
    border-color: #45AB34 !important;
}
.student-toggle .fa {
    color: #1AB394 !important;
}
.faq .panel .panel-title .student-toggle.active, .student-toggle:hover {
    color: #1AB394;
}
.solar-toggle .fa {
    color: #45AB34 !important;
}
.faq .panel .panel-title .solar-toggle.active, .solar-toggle:hover {
    color: #45AB34;
}
.extraPadding {
    height: 80px;
}
.access-section .note {
    line-height: 18px;
}
.apply-text .calc-value {
    float: left;
    padding-left: 3px;
}
.signup-form .note {
    line-height: 20px;
}
.contact-support li i {
    background: #00789B !important;
}
.sme-link {
    color: #1C84C6;
}
.personal-link {
    color: #00B5CD;
}
.hypo-link {
    color: #45AB34;
}
.student-link {
    color: #1AB394;
}
.solar-link {
    color: #45AB34;
}
.features-tab-padd {
    padding-top: 0;
}
.stickyMI-container {
    margin-top: 80px;
}
#exTab1 .tabination-content {
    padding: 0;
}
#exTab1 .tab-content .tab-title {
    padding-top: 92px;
}
.personal-get-btn {
    border: 2px solid #00B5CD !important;
    color: #00B5CD !important;
}
.personal-get-btn:hover, a.personal-get-btn:hover {
    background: #00B5CD;
    border: 2px solid #00B5CD;
    color: #FFF !important;
}
.hypo-get-btn {
    border: 2px solid #45AB34 !important;
    color: #45AB34 !important;
}
.hypo-get-btn:hover, a.hypo-get-btn:hover {
    background: #45AB34;
    border: 2px solid #45AB34;
    color: #FFF !important;
}
.sme-get-btn {
    border: 2px solid #1C84C6 !important;
    color: #1C84C6 !important;
}
.sme-get-btn:hover, a.sme-get-btn:hover {
    background: #1C84C6;
    border: 2px solid #1C84C6;
    color: #FFF !important;
}
.student-get-btn {
    border: 2px solid #1AB394 !important;
    color: #1AB394 !important;
}
.student-get-btn:hover, a.student-get-btn:hover {
    background: #1AB394;
    border: 2px solid #1AB394;
    color: #FFF !important;
}
.solar-get-btn {
    border: 2px solid #45AB34 !important;
    color: #45AB34 !important;
}
.solar-get-btn:hover, a.solar-get-btn:hover {
    background: #45AB34;
    border: 2px solid #45AB34;
    color: #FFF !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .loan-cashare-main {
        width: 100%;
    }
    .step-loan-rate {
        clear: both;
    }
}
@media only screen and (min-device-width: 772px) and (max-device-width: 778px) and (orientation: landscape) {
    .apply-note, .apply-text {
        width: 100% !important;
    }
    #testimonials-carousel .carousel-inner {
        min-height: 240px !important;
        max-height: 240px !important;
        overflow: visible;
    }
    .apply-text {
        overflow: hidden;
    }
    .cg-landing-rating .rating-table-title {
        line-height: 20px !important;
        font-size: 13px !important;
        margin-top: 10px !important;
    }
    .cg-landing-rating .columns-text {
        padding: 20px 5px 10px !important;
    }
    .cg-landing-rating .estimated-return {
        margin: 0 !important;
        font-size: 13px !important;
        font-weight: inherit !important;
        line-height: inherit !important;
    }
    .cg-landing-rating .last-columns-text {
        padding: 18px 5px 10px !important;
    }
    .cg-landing-rating .last-column-rating {
        font-size: 17px !important;
        font-weight: 400 !important;
        margin-top: 17px !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .carousel-content .active, .carousel-content li {
        width: 100%;
        padding: 10px;
    }
    .carousel-custom {
        overflow: hidden;
        max-height: 445px;
        min-height: 445px;
    }
    .feature-more {
        margin-top: 40px;
    }
    #testimonials-carousel .carousel-inner {
        min-height: 250px;
        max-height: 250px;
        overflow: visible;
    }
    .carousel-content-right h3 {
        font-size: 1.2em !important;
    }
    .carousel-content-right p {
        font-size: 14px;
    }
    .apply-text {
        width: 100%;
        overflow: hidden;
    }
    .apply-note {
        width: 100% !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .carousel-content .active, .carousel-content li {
        width: 100%;
        padding: 10px;
    }
    .carousel-custom {
        overflow: hidden;
        max-height: 375px;
        min-height: 375px;
    }
    .feature-more {
        margin-top: 40px;
    }
    #testimonials-carousel .carousel-inner {
        min-height: 225px;
        max-height: 225px;
        overflow: visible;
    }
    .testimonials .carousel-indicators {
        bottom: -40px;
        z-index: auto;
    }
    .apply-text {
        width: 243px;
        overflow: hidden;
    }
    .apply-note {
        width: 100% !important;
    }
    .cg-landing-rating .rating-table-title {
        line-height: 20px !important;
        font-size: 13px !important;
        margin-top: 10px !important;
    }
    .cg-landing-rating .columns-text {
        padding: 20px 5px 10px !important;
    }
    .cg-landing-rating .estimated-return {
        margin: 0 !important;
        font-size: 13px !important;
        font-weight: inherit !important;
        line-height: inherit !important;
    }
    .cg-landing-rating .last-columns-text {
        padding: 18px 5px 10px !important;
    }
    .cg-landing-rating .last-column-rating {
        font-size: 17px !important;
        font-weight: 400 !important;
        margin-top: 17px !important;
    }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
    .carousel-custom {
        max-height: 740px;
        min-height: 740px;
    }
    .feature-more {
        margin-top: 40px;
    }
    #testimonials-carousel .carousel-inner {
        min-height: 380px;
        max-height: 380px;
        overflow: visible;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
    .carousel-custom {
        max-height: 710px;
        min-height: 710px;
    }
    .feature-more {
        margin-top: 40px;
    }
    #testimonials-carousel .carousel-inner {
        min-height: 380px;
        max-height: 380px;
        overflow: visible;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    .nav-custom > li > a {
        padding: 14px 51px;
    }
    .carousel-custom {
        max-height: 630px;
        min-height: 630px;
    }
    #testimonials-carousel .carousel-inner {
        min-height: 420px;
        max-height: 420px;
    }
}
#desktopview .languages li a {
    font-size: 13px !important;
    padding: 8px 20px !important;
}
#dropdown::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
    position: absolute;
    left: 20px;
    top: -10px;
}
.nav-lang-mobileview li a:hover {
    background: 0 0 !important;
}
.nav-lang-mobileview li a {
    border-bottom: 0 !important;
}
.disable-li {
    padding: 8px 20px;
    font-size: 13px;
    color: #999;
}
.nav-lang-mobileview .disable-li {
    padding: 8px 0;
    font-size: 13px;
    color: #999;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
    .cg-landing-rating {
        padding: 8px 0 15px !important;
    }
    .cg-landing-rating .small-12 {
        width: 100%;
        float: left;
    }
    .cg-landing-rating .small-6 {
        width: 50% !important;
    }
    .cg-landing-rating p.rating-percent {
        line-height: 4.9rem !important;
    }
    .cg-landing-rating .columns-border-right {
        border-right: 0 !important;
    }
    .cg-landing-rating .rating-table-title {
        line-height: 2.5rem !important;
    }
    .cg-landing-rating .columns-text {
        padding: 15px 5px 10px !important;
    }
    .cg-landing-rating .estimated-return {
        margin: 0 !important;
        font-size: inherit !important;
        font-weight: inherit !important;
        line-height: inherit !important;
    }
    .cg-landing-rating .last-columns-text {
        padding: 18px 5px 10px !important;
    }
    .cg-ratings {
        position: relative;
        display: inline-block;
        width: 6.5rem;
        padding: 1.125rem 0;
        border-radius: 50%;
        color: #FFF;
        font-size: 19px;
        text-align: center;
        font-weight: 400;
        line-height: 3.9rem;
        margin: 0;
    }
}
@media screen and (min-width: 769px) and (max-width: 799px) {
    .cg-landing-rating .large-1 {
        width: 10% !important;
        float: left;
    }
    .cg-ratings {
        position: relative;
        display: inline-block;
        width: 6rem;
        padding: 1.125rem 0;
        border-radius: 50%;
        color: #FFF;
        font-size: 18px;
        text-align: center;
        font-weight: 400;
        line-height: 3.9rem;
        margin: 0;
    }
}
@media screen and (min-width: 800px) and (max-width: 1024px) {
    .cg-landing-rating .columns-border-right {
        border-right: 1px solid #00789B;
    }
    .cg-landing-rating .investor-rating {
        padding: 0.5rem 0 1rem;
    }
    .cg-landing-rating p.rating-percent {
        font-size: 14px;
    }
    .cg-landing-rating .rating-table-title {
        line-height: 20px !important;
        margin-top: 15px !important;
        font-size: 14px;
    }
    .cg-landing-rating .estimated-return {
        margin-top: 10px !important;
        font-size: 13px !important;
    }
    .cg-landing-rating .last-columns-text {
        padding: 27px 5px 10px !important;
    }
    .cg-landing-rating .mediumlarge-12 {
        width: 100% !important;
    }
    .cg-ratings {
        position: relative;
        display: inline-block;
        width: 5.5rem;
        padding: 1.125rem 0;
        border-radius: 50%;
        color: #FFF;
        font-size: 18px;
        text-align: center;
        font-weight: 400;
        line-height: 3.5rem;
        margin: 0;
    }
}
@media screen and (min-width: 1025px) {
    .large-12 {
        width: 100%;
    }
    .cg-ratings {
        position: relative;
        display: inline-block;
        width: 9rem;
        padding: 1.125rem 0;
        border-radius: 50%;
        color: #FFF;
        font-size: 25px;
        text-align: center;
        font-weight: 400;
        line-height: 6.5rem;
        margin: 0;
    }
}
.large-1 {
    width: 10%;
    float: left;
}
.cg-landing-rating {
    padding: 48px 0 32px;
    display: inline-block;
    border-top: 1px solid #00789B;
    border-bottom: 1px solid #00789B;
    width: 100%;
}
.cg-landing-rating .columns {
    float: left;
    padding: 15px 5px 10px;
    width: 100%;
}
.cg-landing-rating .columns-text {
    float: left;
    padding: 5px 5px 8px;
    width: 100%;
}
.cg-landing-rating .last-columns-text {
    float: left;
    padding: 15px 5px 10px;
    width: 100%;
}
.cg-landing-rating .columns-border-right {
    border-right: 1px solid #00789B;
}
.cg-landing-rating .investor-rating {
    padding: 1.9rem 0 1rem;
}
.cg-landing-rating p.rating-percent {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.cg-landing-rating .rating-table-title {
    margin: 0;
    line-height: 9.5rem;
}
.cg-landing-rating .estimated-return {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
.cg-landing-rating .last-column-rating {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 16px;
}
.cg-condition-text {
    margin-top: 10px;
}
.cg-condition-text small {
    font-size: 11px;
    color: #666;
}
.rating-A {
    background: #209B6C;
}
.rating-Bplus {
    background: -moz-linear-gradient(176deg, rgba(95, 177, 53, 1) 0, rgba(26, 157, 63, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(26, 157, 63, 1)), color-stop(100%, rgba(95, 177, 53, 1)));
    background: -webkit-linear-gradient(176deg, rgba(95, 177, 53, 1) 0, rgba(26, 157, 63, 1) 100%);
    background: -o-linear-gradient(176deg, rgba(95, 177, 53, 1) 0, rgba(26, 157, 63, 1) 100%);
    background: -ms-linear-gradient(176deg, rgba(95, 177, 53, 1) 0, rgba(26, 157, 63, 1) 100%);
    background: linear-gradient(274deg, rgba(95, 177, 53, 1) 0, rgba(26, 157, 63, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1A9D3F',  endColorstr='#5FB135',  GradientType=1 );
}
.rating-B {
    background: -moz-linear-gradient(180deg, rgba(176, 204, 34, 1) 0, rgba(176, 204, 34, 1) 7%, rgba(95, 177, 53, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(95, 177, 53, 1)), color-stop(93%, rgba(176, 204, 34, 1)), color-stop(100%, rgba(176, 204, 34, 1)));
    background: -webkit-linear-gradient(180deg, rgba(176, 204, 34, 1) 0, rgba(176, 204, 34, 1) 7%, rgba(95, 177, 53, 1) 100%);
    background: -o-linear-gradient(180deg, rgba(176, 204, 34, 1) 0, rgba(176, 204, 34, 1) 7%, rgba(95, 177, 53, 1) 100%);
    background: -ms-linear-gradient(180deg, rgba(176, 204, 34, 1) 0, rgba(176, 204, 34, 1) 7%, rgba(95, 177, 53, 1) 100%);
    background: linear-gradient(270deg, rgba(176, 204, 34, 1) 0, rgba(176, 204, 34, 1) 7%, rgba(95, 177, 53, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5FB135',  endColorstr='#B0CC22',  GradientType=1 );
}
.rating-Cplus {
    background: -moz-linear-gradient(180deg, rgba(244, 201, 16, 1) 0, rgba(176, 204, 34, 1) 90%, rgba(176, 204, 34, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(176, 204, 34, 1)), color-stop(10%, rgba(176, 204, 34, 1)), color-stop(100%, rgba(244, 201, 16, 1)));
    background: -webkit-linear-gradient(180deg, rgba(244, 201, 16, 1) 0, rgba(176, 204, 34, 1) 90%, rgba(176, 204, 34, 1) 100%);
    background: -o-linear-gradient(180deg, rgba(244, 201, 16, 1) 0, rgba(176, 204, 34, 1) 90%, rgba(176, 204, 34, 1) 100%);
    background: -ms-linear-gradient(180deg, rgba(244, 201, 16, 1) 0, rgba(176, 204, 34, 1) 90%, rgba(176, 204, 34, 1) 100%);
    background: linear-gradient(270deg, rgba(244, 201, 16, 1) 0, rgba(176, 204, 34, 1) 90%, rgba(176, 204, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B0CC22',  endColorstr='#F4C910',  GradientType=1 );
}
.rating-C {
    background: -moz-linear-gradient(180deg, rgba(244, 201, 16, 1) 0, rgba(244, 201, 15, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(244, 201, 15, 1)), color-stop(100%, rgba(244, 201, 16, 1)));
    background: -webkit-linear-gradient(180deg, rgba(244, 201, 16, 1) 0, rgba(244, 201, 15, 1) 100%);
    background: -o-linear-gradient(180deg, rgba(244, 201, 16, 1) 0, rgba(244, 201, 15, 1) 100%);
    background: -ms-linear-gradient(180deg, rgba(244, 201, 16, 1) 0, rgba(244, 201, 15, 1) 100%);
    background: linear-gradient(270deg, rgba(244, 201, 16, 1) 0, rgba(244, 201, 15, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4C90F',  endColorstr='#F4C910',  GradientType=1 );
}
.rating-D {
    background: -moz-linear-gradient(180deg, rgba(238, 104, 31, 1) 0, rgba(253, 184, 3, 1) 84%, rgba(244, 201, 16, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(244, 201, 16, 1)), color-stop(16%, rgba(253, 184, 3, 1)), color-stop(100%, rgba(238, 104, 31, 1)));
    background: -webkit-linear-gradient(180deg, rgba(238, 104, 31, 1) 0, rgba(253, 184, 3, 1) 84%, rgba(244, 201, 16, 1) 100%);
    background: -o-linear-gradient(180deg, rgba(238, 104, 31, 1) 0, rgba(253, 184, 3, 1) 84%, rgba(244, 201, 16, 1) 100%);
    background: -ms-linear-gradient(180deg, rgba(238, 104, 31, 1) 0, rgba(253, 184, 3, 1) 84%, rgba(244, 201, 16, 1) 100%);
    background: linear-gradient(270deg, rgba(238, 104, 31, 1) 0, rgba(253, 184, 3, 1) 84%, rgba(244, 201, 16, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4C910',  endColorstr='#EE681F',  GradientType=1 );
}
.rating-E {
    background: -moz-linear-gradient(0deg, rgba(238, 104, 31, 1) 0, rgba(227, 31, 35, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(238, 104, 31, 1)), color-stop(100%, rgba(227, 31, 35, 1)));
    background: -webkit-linear-gradient(0deg, rgba(238, 104, 31, 1) 0, rgba(227, 31, 35, 1) 100%);
    background: -o-linear-gradient(0deg, rgba(238, 104, 31, 1) 0, rgba(227, 31, 35, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(238, 104, 31, 1) 0, rgba(227, 31, 35, 1) 100%);
    background: linear-gradient(90deg, rgba(238, 104, 31, 1) 0, rgba(227, 31, 35, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EE681F',  endColorstr='#e31f23',  GradientType=1 );
}
.rating-F {
    background: #E31F23;
}
.GhostButton--application {
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
    -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, .05);
    -webkit-transition: background-color .2s ease-out, color .2s ease-out;
}
@media screen and (max-width: 767px) {
    .GhostButton--application {
        font-size: 17px;
        width: 100%;
    }
}
#loan-app {
    width: 408px;
    opacity: 0.9;
}
@media screen and (max-width: 1024px) {
    #loan-app {
        width: 100%;
    }
}
#loan-app label {
    font-size: 24px;
}
@media screen and (max-width: 767px) {
    #loan-app label {
        font-size: 20px;
    }
}
@media screen and (max-width: 350px) {
    #loan-app label {
        font-size: 18px;
    }
}
#loan-app input {
    margin-right: 0.2em;
}
#loan-app input, #loan-app label {
    height: 36px;
    line-height: 36px;
    padding: 0;
}
@media screen and (max-width: 767px) {
    #loan-app .fa.fa-info-circle.poshytooltip {
        vertical-align: middle !important;
        font-size: 14px !important;
    }
}
.calc-loan_footer_note {
    width: 32.65em;
    font-size: 0.5em;
    padding-top: 0.98em;
}
.Loan_form-row {
    padding: 24px 20px 0;
    color: #4F4E4E;
}
@media screen and (max-width: 350px) {
    .Loan_form-row {
        padding: 0.94em 0.4em 0;
    }
}
.Loan_form-row .row-col {
    line-height: 1;
}
.Loan_form-row input {
    background: #F5F5F5;
    border: 1px solid transparent;
    float: left;
    width: 110px;
    text-align: right;
}
.Loan_form-row input:focus {
    border: 1px solid #545452;
    outline: 0;
}
.Loan_form-row input.small {
    width: 70px;
}
.Slider-title {
    font-size: 32px !important;
    font-weight: 400 !important;
    border-bottom: 1px #DCDCDC solid;
    color: #525251;
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 20px 14px;
}
@media screen and (max-width: 767px) {
    .Slider-title {
        padding: 10px 20px 8px;
        font-size: 22px !important;
    }
}
.Slider-title .fa-info-circle.poshytooltip {
    vertical-align: middle;
    margin-left: 0.5em;
    font-size: 22px;
}
.Loan_form-row-title {
    margin-right: 0;
}
.Loan_form-row-title > span {
    vertical-align: top;
    margin-top: 0;
    display: inline-block;
}
.InterestCalculator__LabelAndInput:after, .InterestCalculator__LabelAndInput:before, .Loan_form-row:after, .Loan_form-row:before, .clearfix:after, .clearfix:before, .row-col:after, .row-col:before {
    display: table;
    content: " ";
}
.Loan_form-row .row-col div > div {
    float: left;
}
.calc-loan_values {
    overflow: hidden;
}
.calc-loan_values > div {
    color: #00789C;
    float: left;
    margin-bottom: 12px;
    padding: 13px 0 0 20px;
    white-space: nowrap;
    width: 33%;
}
@media screen and (max-width: 767px) {
    .calc-loan_values > div {
        padding: 13px 0 0 10px;
        margin-bottom: 8px;
    }
}
.Font-14 {
    font-size: 16px;
}
@media screen and (max-width: 350px) {
    .calc-loan_values.fr div:first-child {
        width: 31%;
    }
    .calc-loan_values.fr div:nth-child(2) {
        padding-left: 0;
    }
    .calc-loan_values > div {
        padding: 8px 0 0 7px;
    }
    .Font-14 {
        font-size: 12px;
    }
}
.calc-loan_values .data-loan-fees, .calc-loan_values .data-loan-monthly, .calc-loan_values .data-loan-total {
    font-size: 15px;
    margin-top: 3px;
}
@media screen and (max-width: 350px) {
    .calc-loan_values .data-loan-fees, .calc-loan_values .data-loan-monthly, .calc-loan_values .data-loan-total {
        font-size: 13px;
    }
}
.calc-loan_values .data-loan-fee_loaner, .calc-loan_values .data-loan-net_yield, .calc-loan_values .data-loan-yield {
    font-size: 16px;
    margin-top: 3px;
}
#loan-app .unit {
    padding-left: 10px;
    position: relative;
}
@media screen and (max-width: 350px) {
    .calc-loan_values .data-loan-fee_loaner, .calc-loan_values .data-loan-net_yield, .calc-loan_values .data-loan-yield {
        font-size: 13px;
    }
    #loan-app .unit {
        padding-left: 0;
    }
}
.ui-slider-horizontal {
    height: 4px !important;
    margin-top: 22px;
    margin-bottom: 21px;
}
.ui-slider-handle {
    background: #6E6E6E;
    border-radius: 50% !important;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -11.5px !important;
    margin-left: -3px !important;
    height: 23px !important;
    width: 23px !important;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #4BC5D8, #00789B);
    background: -o-linear-gradient(top, #4BC5D8 0, #00789B 100%);
    background: -ms-linear-gradient(top, #4BC5D8 0, #00789B 100%);
    background: linear-gradient(to bottom, #4BC5D8 0, #00789B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF29A7F5',  endColorstr='#FF097FC9',  GradientType=1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
    border: 3px solid #FFF;
}
@media screen and (max-width: 767px) {
    .ui-slider-horizontal {
        margin-top: 10px;
        margin-bottom: 12px;
    }
    .ui-slider-horizontal .ui-slider-handle {
        top: -11px !important;
        height: 22px !important;
        width: 22px !important;
    }
}
.ui-widget-header {
    background: #00789B;
}
.ui-widget-content {
    border: none !important;
    background: #D7D7D7;
}
#Bottom_links {
    width: 22em;
    margin-bottom: 1em;
}
#Bottom_links .GhostButton--link {
    text-align: center;
}
@media screen and (max-width: 767px) {
    #Bottom_links {
        width: 100%;
    }
    #Bottom_links .GhostButton--link {
        margin-bottom: 0.6em;
    }
}
.InterestCalculator__Input, .InterestCalculator__Input--small {
    border: 1px solid transparent;
    display: inline-block;
    float: left;
    text-align: right;
    width: 110px;
}
.InterestCalculator__Input--small {
    width: 70px;
}
.InterestCalculator__LabelAndInput .unit {
    display: inline-block;
}
.InterestCalculator__Row {
    padding: 24px 20px 0;
    border-bottom: 1px solid #DCDCDC;
}
@media screen and (max-width: 767px) {
    .InterestCalculator__Row, .Loan_form-row {
        padding: 6px 20px 0;
    }
}
#loan-app {
    color: #4F4E4E;
}
.GhostButton--application {
    background-color: #00789B;
    border: none;
    color: #FFF;
    font-size: 22px;
    padding: 11px 0;
    width: 100%;
    opacity: 0.85;
}
.GhostButton--application:hover {
    background-color: #00789B;
    opacity: 1;
}
@media screen and (max-width: 767px) {
    #Assesment input {
        width: 100% !important;
    }
}
.cta-invest-btn, .cta-loan-btn {
    width: 100%;
    text-align: left;
    color: #FFF;
}
#loan-app.fr .Slider-title {
    font-size: 25px !important;
}
@media screen and (max-width: 767px) {
    #loan-app.fr .Slider-title {
        font-size: 21px !important;
    }
}
@media screen and (max-width: 350px) {
    #loan-app.fr .Slider-title {
        font-size: 17px !important;
    }
}
#loan-app label {
    font-weight: 300;
}
.title.not-white {
    color: #444;
    font-size: 28px;
}
.title.title-yield {
    margin-bottom: 36px;
}
.story-section .calc-container-bg {
    background: #F5F5F5;
    padding-top: 60px;
    padding-bottom: 40px;
}
.story-section .calc-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
}
@media screen and (max-width: 767px) {
    .story-section .calc-container {
        max-width: 100%;
        margin: 0 auto;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media screen and (max-width: 768px) {
    .promo {
        padding-top: 20px;
    }
    .apply_btn {
        text-align: center;
    }
    .lifetime-dropdown-menu, .product-dropdown-menu {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .form-box-outer {
        padding: 0;
    }
    .bg-slider-wrapper + .section {
        padding-top: 20px;
    }
    .apply_btn {
        margin-bottom: 10px;
    }
    .stickyMI-container {
        z-index: 999;
    }
}
.fast-loan .section .intro, .features-tabbed.loan-section .intro {
    margin-bottom: 0;
}
.pricinghome .item .item-inner {
    background: #FFF;
}
.home-page .stickyTillThis .steps {
    padding-top: 80px;
    padding-bottom: 80px;
}
.latest-loan.pricinghome {
    padding-top: 60px;
    background: #F5F5F5;
    padding-bottom: 0;
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
    .home-page #desktop-view-only {
        display: none;
    }
}
@media screen and (min-width: 1025px) and (max-width: 2560xpx) {
    .home-page #desktop-view-only {
        display: block;
    }
}
.home-page #ProjectsCarousel {
    background: #F5F5F5;
}
.discover-more {
    background: #F5F5F5;
    padding: 80px 0;
}
.home-page .stat_section {
    padding-bottom: 80px;
    background: #F5F5F5;
}
.home-page .testimonials {
    background: #FFF;
    padding-top: 60px;
    padding-bottom: 80px;
}
#fees, .home-page .press, .story-section.fee-borrow {
    background: #F5F5F5;
}
.home-page .stickyTillThistwo .steps {
    padding-bottom: 80px;
}
.features-tabbed.fast-loan {
    background: #F5F5F5;
    padding: 80px 0;
}
.story-section.fee-borrow {
    padding-bottom: 80px;
}
.faq section.has-bg-color {
    background: #FFF;
    padding-bottom: 80px;
}
.features-tabbed.cashare-invest, .features-tabbed.company-facts {
    background: #F5F5F5;
    padding-top: 80px;
}
.steps.invest-institution {
    padding: 80px 0;
}
.stat_page.dark-translucent-bg:after {
    padding: 80px 0;
    background: #F5F5F5;
}
.latest-loan.pricinghome .intro {
    padding-bottom: 0;
}
.pricinghome.graph-section {
    padding-top: 80px;
}
.graph-btn {
    padding: 80px 0;
}
.faq.has-bg-color, .story-section.invest-story {
    padding-bottom: 80px;
}
.personal-sec.features-tabbed {
    padding-top: 80px;
}
.faq.has-bg-color {
    background: #FFF;
}
.story-section.invest-story .story-container-inner {
    padding-bottom: 0;
}
#fees .item {
    background: 0 0;
}
.story-section.invest-story, .story-section.personal-story {
    background: #F5F5F5;
}
.features-tabbed.loan-section {
    background: #F5F5F5;
    padding: 80px 0;
}
.stat_section .feature-box div:hover h3, .stat_section .feature-box div:hover span {
    color: #4BC5D8;
}
.stat_section .feature-box h3 {
    color: #777;
}
.stat_section .feature-box .counter, .stat_section .feature-box .e6-counter e6-counter-members {
    display: block;
    font-size: 32px;
    line-height: 1;
}
.invest-story .story-container-inner, .personal-story .story-container-inner {
    background: 0 0;
}
.cta-loan-btn {
    background: #49E5C4;
}
.cta-loan-btn:hover {
    background: #45D8B9;
}
.cta-invest-btn {
    background: #00789B;
    border: 2px solid #00789B;
    font-weight: 700;
}
.cta-invest-btn:active, .cta-invest-btn:focus, .cta-invest-btn:hover, .cta-loan-btn:active, .cta-loan-btn:focus, .cta-loan-btn:hover {
    color: #FFF;
}
.fa-border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 18px;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    top: 2px;
    width: 30px;
}


/* ------------------------------ DMT Dialogagentur - ab 03.2019 */
.logo img{
  width:154px;
  height:45px;
  margin:22px 15px;
}
.logoapply img{
  width:201px;
  height:76px;
  margin:22px 15px;
}
.promo {
    height: 620px;
    padding-top: 200px;
}
.navbutton .fa {
    display:block;
    font-size: 25px !important;
    color:#000;
    position:absolute;
    right:10px;
    top:35px;
}
.navbutton .fa:hover {
    color:#007399;
}
/* --- Range Slider --- */
.r-slider{
  margin-top:220px;
}
.tabs-rechner{
  position:relative;
  background-color:#fff !important;
  height:500px;
  overflow: hidden;
  color:#444;
  padding-top:30px;
  z-index:910;
}
.btn-regler{
  width:100%;
  margin-top:25px;
  text-align:center;
}
@media (min-width: 992px) {
  .tabs-rechner{
    height:140px;
  }
  .btn-regler{
    margin-top:0px;
    text-align:right;
  }
}
.nav-tabs > li > a {
    padding: 8px 20px 5px 20px;
}
.nav-tabs > li.active {
    border-top-color: #00B5CD;
}





.btn-anleger-privat{
  display:inline-block;
  width:143px;
  height:79px;
  background:url(../images/figures/btn-anleger-privat.gif);
  border-radius:5px;
  border:1px solid #595959;
}
.btn-anleger-privat:hover, .btn-anleger-privat.blue {
  background:url(../images/figures/btn-anleger-privat-hover.gif);
}
.btn-anleger-inst{
  display:inline-block;
  width:143px;
  height:79px;
  background:url(../images/figures/btn-anleger-institutionell.gif);
  border-radius:5px;
  border:1px solid #595959;
}
.btn-anleger-inst:hover, .btn-anleger-inst.blue{
  background:url(../images/figures/btn-anleger-institutionell-hover.gif);
}
.btn-anleger-privat-en{
  display:inline-block;
  width:143px;
  height:79px;
  background:url(../images/figures/btn-anleger-privat-en.gif);
  border-radius:5px;
  border:1px solid #595959;
}
.btn-anleger-privat-en:hover, .btn-anleger-privat-en.blue {
  background:url(../images/figures/btn-anleger-privat-hover-en.gif);
}
.btn-anleger-inst-en{
  display:inline-block;
  width:143px;
  height:79px;
  background:url(../images/figures/btn-anleger-institutionell-en.gif);
  border-radius:5px;
  border:1px solid #595959;
}
.btn-anleger-inst-en:hover, .btn-anleger-inst-en.blue {
  background:url(../images/figures/btn-anleger-institutionell-hover-en.gif);
}
.btn-anleger-privat-fr{
  display:inline-block;
  width:143px;
  height:79px;
  background:url(../images/figures/btn-anleger-privat-fr.gif);
  border-radius:5px;
  border:1px solid #595959;
}
.btn-anleger-privat-fr:hover, .btn-anleger-privat-fr.blue {
  background:url(../images/figures/btn-anleger-privat-hover-fr.gif);
}
.btn-anleger-inst-fr{
  display:inline-block;
  width:143px;
  height:79px;
  background:url(../images/figures/btn-anleger-institutionell-fr.gif);
  border-radius:5px;
  border:1px solid #595959;
}
.btn-anleger-inst-fr:hover, .btn-anleger-inst-fr.blue {
  background:url(../images/figures/btn-anleger-institutionell-hover-fr.gif);
  border:1px solid #595959;
}

/* Auswahl Kreditart KMU DE */
.btn-borrower-business-annuity-loan-de{
  display:inline-block;
  width:143px;
  height:79px;
  background:url(../images/figures/btn-borrower-business-annuity-loan-de.gif);
  border-radius:5px;
  border:1px solid #595959;
}
.btn-borrower-business-annuity-loan-de:hover, .btn-borrower-business-annuity-loan-de.blue {
  background:url(../images/figures/btn-borrower-business-annuity-loan-hover-de.gif);
}
.btn-borrower-business-bullet-loan-de{
  display:inline-block;
  width:143px;
  height:79px;
  background:url(../images/figures/btn-borrower-business-bullet-loan-de.gif);
  border-radius:5px;
  border:1px solid #595959;
}
.btn-borrower-business-bullet-loan-de:hover, .btn-borrower-business-bullet-loan-de.blue{
  background:url(../images/figures/btn-borrower-business-bullet-loan-hover-de.gif);
}

/* Auswahl Kreditart KMU EN */
.btn-borrower-business-annuity-loan-en{
  display:inline-block;
  width:143px;
  height:79px;
  background:url(../images/figures/btn-borrower-business-annuity-loan-en.gif);
  border-radius:5px;
  border:1px solid #595959;
}
.btn-borrower-business-annuity-loan-en:hover, .btn-borrower-business-annuity-loan-en.blue {
  background:url(../images/figures/btn-borrower-business-annuity-loan-hover-en.gif);
}
.btn-borrower-business-bullet-loan-en{
  display:inline-block;
  width:143px;
  height:79px;
  background:url(../images/figures/btn-borrower-business-bullet-loan-en.gif);
  border-radius:5px;
  border:1px solid #595959;
}
.btn-borrower-business-bullet-loan-en:hover, .btn-borrower-business-bullet-loan-en.blue {
  background:url(../images/figures/btn-borrower-business-bullet-loan-hover-en.gif);
}

/* Auswahl Kreditart KMU FR */
.btn-borrower-business-annuity-loan-fr{
  display:inline-block;
  width:143px;
  height:79px;
  background:url(../images/figures/btn-borrower-business-annuity-loan-fr.gif);
  border-radius:5px;
  border:1px solid #595959;
}
.btn-borrower-business-annuity-loan-fr:hover, .btn-borrower-business-annuity-loan-fr.blue {
  background:url(../images/figures/btn-borrower-business-annuity-loan-hover-fr.gif);
}
.btn-borrower-business-bullet-loan-fr{
  display:inline-block;
  width:143px;
  height:79px;
  background:url(../images/figures/btn-borrower-business-bullet-loan-fr.gif);
  border-radius:5px;
  border:1px solid #595959;
}
.btn-borrower-business-bullet-loan-fr:hover, .btn-borrower-business-bullet-loan-fr.blue {
  background:url(../images/figures/btn-borrower-business-bullet-loan-hover-fr.gif);
  border:1px solid #595959;
}


.anleger-btn a{
  margin:5px;
}
.anleger-btn a img{
  border:1px solid #999;
  border-radius:5px;
}
.pricinghome{
  position:relative;
  z-index:900;
}
.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
    color: white;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #00B5CD;
    background: linear-gradient(to bottom, #00B5CD 0%, #008688 100%);
    border-radius: 3px;
}
.irs--big .irs-grid-text {
    color: #00B5CD;
}
.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #00B5CD;
    border: 1px solid #00B5CD;
    background:#00B5CD;
}

#tab-kmu .irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #00789B;
    border: 1px solid #006B8E;
    background:#006B8E;
}

.irs--big .irs-bar
.js-irs-0 .irs-min, .js-irs-0 .irs-max, .js-irs-1 .irs-min, .js-irs-1 .irs-max{
  top:45px;
  background-color:transparent;
}
.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
    display: none;
}
#tab-privatkredit .btn-cta-primary, .btn-cta-primary:hover, a.btn-cta-primary, a.btn-cta-primary:hover {
    background: #00b5cd;
    border: 2px solid #00b5cd;
    color: #FFF;
}
.ausgabe input{
  border:1px solid #ccc;
  color:#00789B;
  background-color:#FAFAFA;
  border-radius: 4px;
  padding:3px;
  font-size:14px;
}
#tab-kmu .ausgabe input{
  color:#006B8E;
}
#tab-kmu .btn-cta-primary, .btn-cta-primary:hover, a.btn-cta-primary, a.btn-cta-primary:hover {
    background: #006B8E;
    border: 2px solid #006B8E;
    color: #FFF;
}
.out-darlehenssumme{
  z-index:999;
  font-size:12px;
  position:absolute;
  top:20px;
  right:10px;
}
.js-irs-0{
  z-index:1;
}
.out-darlehenssumme input{
  width:70px;
  font-size:12px;
  padding:2px;
  margin-left:10px;
  margin-right:5px;
}

/* Rechner Ergebisse */
.privat-ausgabe{
  padding-top:30px;
}
.ergebnistabelle{
  width:100%;
  font-size:12px;
}
.ergebnistabelle thead{
  border-bottom:1px solid #00B5CD;
}
#tab-kmu .ergebnistabelle thead{
  border-bottom:1px solid #006B8E;
}
.ergebnistabelle td{
  text-align:right;
}
.ergebnistabelle thead td{
  padding-bottom: 5px;
}
.ergebnistabelle tbody td{
  padding-top: 5px;
}
.reglertext{
  padding-top: 30px;
  text-transform:uppercase;
  font-size:12px;
  line-height:180%;
}

/* Karussell */
.slide_myBar {
    border-radius: 0px;
}
.slide_arrow span{
  font-size:22px;
  color:#676a6c;
}
.slide_arrow{
  margin:5px 8px 0 0;
}
/* Pressebalken Startseite */
.press {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Video Startseite */
.video-start{
  padding-top:40px;
  padding-bottom:70px;
}
.video-start h2{
  color:#444444;
  font-weight:300;
  margin-bottom:45px;
  font-size:36px;
}
/* Warum ein Darlehen von Cashare? */
.steps .step-loan {
    padding: 30px 20px 15px;
}
.why-wrapper{
  width:95%;
  margin: 0 auto;
}
.why-block{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #464646;
  width:95%;
  text-align:center;
  padding:360px 10px 10px 10px;
  margin:0px 13px 20px;
}
@media (min-width: 992px) {
/*
  .why-wrapper{
    width:75%;
  }
*/
  .why-wrapper{
    width:100%;
  }
  .why-block{
    padding:286px 10px 10px 10px;
    width:30%;
  }
}
.a-why{
  display:block;
  width:100%;
  padding-top:15px;
  padding-bottom:15px;
  color:#fff;
  font-size:22px;
}
.a-why:hover{
  color:#fff;
}
.why-privat{
  background-image:url(../images/people/privatkredit.jpg);
}
.why-privat a{
  background: rgba(0, 181, 205, 0.8);
}
.why-privat a:hover{
  background: rgba(0, 181, 205, 1);
}
.why-kmu{
  background-image:url(../images/people/kmu-darlehen.jpg);
}
.why-kmu a{
  background: rgba(0, 107, 142, 0.8);
}
.why-kmu a:hover{
  background: rgba(0, 107, 142, 1);
}
.why-immo{
  background-image:url(../images/people/immobilienkredit.jpg);
}
.why-immo a{
  background: rgba(22, 160, 63, 0.8);
}
.why-immo a:hover{
  background: rgba(22, 160, 63, 1);
}
/*
.step-loan-right{
  float:right;
  margin-left:60px;
}

.steps .step .title {
  text-align: left;
  margin-bottom: 15px;
  margin-left:60px;
}
.step-loan-right p{
  float:right;
  margin-left:60px;
}
*/
.steps .step .title {
  text-align: left;
  margin-bottom: 15px;
}
.steps .step .title span{
  font-size:18px !important;
}
.steps .step {
    font-size: 14px;
}
.step img{
  float:left;
  margin-top:35px;
}
/* Vanessssssssssssssssssssssssssssssssssssssssssssssssa */
.fa-angle-up::before {
    color: #FFF;
}
.fa-angle-down::before {
    color: #000;
}
.header .main-nav .nav .nav-item a {
    color: #000;
}
#higru{
  width:100%;
  height:200px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -9;
  display: none;
  min-width: 20px;
  padding: 0px 0;
  margin: 0px 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid #ccc;
  border: 0px solid rgba(0,0,0,.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 0;
}
.nav>li>a {
    padding: 10px 55px;
}
.form-box-outer .nav>li>a {
    padding: 10px 20px;
}
.navbar-right  {
  padding:0px 5px;
  margin-right: 0;
  line-height: 0;
}
.navbar-right a:hover {
  text-decoration:none;
}
.navbutton {
  font-size:38px !important;
}
.navbar-right>li>a {
    padding: 0px 20px;
}
.links-v-{
    color:#00b5cd !important;
    font-size:2rem;
}
.rechts-v-{
    color:#007298 !important;
    font-size:2rem;
}
.rechts-punkt-v-{
    visibility: hidden;
}
.register{
    border:1px solid #b2b4b6;
    padding:10px;
    margin: 10px;
    background-color:#fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.register:hover{
    border:1px solid #007298;
    background-color:#007298;
    color:#fff !important;
}


.header .main-nav .nav .nav-item{
    margin-right: 10px;
    display:inline;
    color:#007298;
}
.role-separator {
      z-index: 2;
      position: absolute;
      display: block;
      line-height: 0;
      top: calc(50%);
      left: calc(50% );
      font-size: 1.28125rem;
      color: #b3b3b3;
      font-size:30px;
  }
.header .main-nav .nav .dropdown-menu {
    margin:0;
    padding:5px 0px;
    border: none;
    text-transform: none;
    min-width: 20px;
    background: #fff;
    text-transform: uppercase;
    z-index:2000;
}
.header .main-nav .nav .dropdown-menu a {
    padding: 11px 55px;
    color: #464646 !important;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    font-weight: 400 !important;
}
.header .main-nav .nav .sm-hellblau a:hover {
    background: #fff;
    color: #00b5cd !important;
}
.header .main-nav .nav .sm-dunkelblau a:hover {
    background: #fff;
    color: #007399 !important;
}
.header .main-nav .nav .language a{
    padding: 11px 15px;
}
.header .main-nav .nav .language a:hover{
    color: #007399 !important;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 20px;
    padding: 0px 0;
    margin: 0px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 0;
}
.menu2{
    position:relative;
    z-index:9999999;
}
/* Vanessa-UPDATE einfügen Start */
.menucenter{
  position:absolute;
  width:100%;
  left: calc(50% - 21rem);
}
.menucenter li a {
    padding: 11px 31px;
    color: #464646 !important;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    font-weight: 400 !important;
    text-transform: uppercase;
}
.navbar-right .dropdown-menu {
    right: 4px;
    left: auto;
}

/* Vanessa-UPDATE einfügen Ende */
.header .main-nav .nav .padding1 a {
    padding: 11px 55px;
}
.header .main-nav .nav .padding2 a {
    padding: 11px 9px;
}

.navbar-nav .navbar-right{
  margin:-5px;
  margin-top: 24px;
}
.navbar-nav .navbar-right .navbutton{
  margin-top:20px;
}
.animate {
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
/* Vanessa-UPDATE ersetzen Start */
@keyframes slideIn {
0% {
  transform: translateY(1.8rem);
  opacity: 1;
}
100% {
  transform:translateY(0rem);
  opacity: 1;
}
0% {
  transform: translateY(1.8rem);
  opacity: 1;
}
}
@-webkit-keyframes slideIn {
0% {
  -webkit-transform: transform;
  -webkit-opacity: 1;
}
100% {
  -webkit-transform: translateY(0rem);
  -webkit-opacity: 1;
}
0% {
  -webkit-transform: translateY(1.8rem);
  -webkit-opacity: 1;
}
}
.slideIn {
-webkit-animation-name: slideIn;
animation-name: slideIn;
}
/* Vanessa-UPDATE ersetzen Ende */
/* Vanessssssssssssssssssssssssssssssssssssssssssssssssa */


@media (min-width: 992px) {

/* Vanessa-UPDATE ersetzen Start */
      .center-nav-v-{
        display: flex;
        position: absolute;
        left: calc(50% - 23.5rem);
        z-index: -20;
        display:block;
        line-height:0 !important;
        margin-top: 10px;
      }
/* Vanessa-UPDATE ersetzen Ende */
      .header.navbar-fixed-top {
          position: fixed;
          background-color:#fff;
      }
      .header.scrolled {
          background: #FFF;
          z-index: 1000;
          top: 0;
          -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
          -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
      }
  /* Vanessssssssssssssssssssssssssssssssssssssssssssssssa */
}
/* Vanessa-UPDATE ersetzen Start */
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block !important;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
        background-color: #fff;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom:1px solid #ccc;
        width:100%;
    }
    .collapse.in{
        display:block !important;
    }
    .role-separator{
      display:none;
    }
    .nav>li>a {
      margin-top:4px;
      padding: 5px 5px !important;
    }
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
.navbar-nav>li>a:hover {
    background-color: red;
}
.nav .open>a{
  background-color:#007399;
  border-color:#fff;
}
.nav .open>a:hover{
  background-color:#007399 !important;
  border-color:#fff;
}
.navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    left: 0;
    top: 80px;
    position: absolute;
    background: #253340;
    z-index: 45;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .pre-scrollable {
    max-height: 1500px;
    padding:0 30px 10px 10px;
}
.links-v- {
    color: #fff!important;
    font-size: 2rem;
}
.rechts-v- {
    color: #fff!important;
    font-size: 2rem;
}
.header .main-nav .nav .dropdown-menu {
    margin:0;
    padding:5px 0px;
    border: none;
    text-transform: none;
    min-width: 20px;
    background: #253340;
    text-transform: uppercase;
    z-index:-9;
}
.header .main-nav .nav .dropdown-menu a {
    padding: 11px 55px;
    color: #fff !important;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    font-weight: 400 !important;
    border-bottom:1px solid #4c4c4c;
}

.header .main-nav .nav .sm-hellblau a:hover {
    background: #324556;
    color: #fff !important;
}
.header .main-nav .nav .sm-dunkelblau a:hover {
    background: #324556;
    color: #fff !important;
}
.header .main-nav .nav .language a{
    padding: 11px 15px;
}
.header .main-nav .nav .language a:hover{
    color: #007399 !important;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 20px;
    padding: 0px 0;
    margin: 0px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 0;
}
.header .main-nav .nav .language a{
  display:none;
}
.language-mobile a{
  color:#fff;
  right: 0px;
  top: 0px;
  font-size:14px;
  width: 100px !important;
  display:block;
  position:relative;
  float:right;
  text-align:center;
  padding:8px;
  border-bottom:1px solid #fff;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
  background-color:#007399;
  z-index:9999999;
}
.language-mobile li{
  display:inline;
  list-style-type:none;
  float:right;
}
.language-mobile li a{
  color:#fff;
  padding:10px 0;
}
.language-mobile .fa-angle-down::before {color:#fff;}
.ueberuns-mobile{
  display:block !important;
  margin-right:0px !important;
}
#clickme{
  display:none;
}
.navbar-nav .navbar-right {
    margin: 8px 0;
}
.navbar-right{
  width:100%;
  text-align:center;
}
  .header .main-nav .nav .log-in{
  border:1px solid #fff;
  color:#fff !important;
  padding:20px;
  font-weight:bold;
  display:block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  margin:0px !important;
}
  .header .main-nav .nav .register{
    border: 1px solid #fff;
    color:#fff !important;
    padding: 20px;
    font-weight:bold;
    background-color: #28323f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display:block;
    position: relative;
    margin:10px 0px !important;
  }
  .header .main-nav .nav .language{
  display:none;
}
  .header .main-nav .nav .log-in:hover{
  background-color:#00789b;
  }
  .header .main-nav .nav .register:hover{
  background-color:#00789b;
  }

.logo{
    margin: 0 auto;
    display: table;
    margin-right: auto !important;
}
/* Vanessa-UPDATE ersetzen Ende */
}